On Mon, Jan 18, 2010 at 2:50 AM, <[email protected]> wrote: > From: Jassi Brar <[email protected]> > > Header for platform specific stuff has been rename to include the SoC > type. Include the new header instead.
Is this to fix a compile failure? If so, then you should say so in the subject so I know that it is higher priority to pick up. g. > > Signed-off-by: Jassi Brar <[email protected]> > --- > drivers/spi/spi_s3c64xx.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/spi/spi_s3c64xx.c b/drivers/spi/spi_s3c64xx.c > index 0e883f9..9fa0b99 100644 > --- a/drivers/spi/spi_s3c64xx.c > +++ b/drivers/spi/spi_s3c64xx.c > @@ -28,7 +28,7 @@ > #include <linux/spi/spi.h> > > #include <mach/dma.h> > -#include <plat/spi.h> > +#include <plat/s3c64xx-spi.h> > > /* Registers and bit-fields */ > > -- > 1.6.2.5 > > -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
