Skip to content

Commit

Permalink
spi/s3c64xx: Include moved header
Browse files Browse the repository at this point in the history
Header for platform specific stuff has been rename to include the SoC
type. Include the new header instead.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Jassi Brar authored and Grant Likely committed Jan 20, 2010
1 parent ef6c680 commit e6b873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi_s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit e6b873c

Please sign in to comment.