diff options
| author | Minkyu Kang <[email protected]> | 2009-11-04 16:07:59 +0900 |
|---|---|---|
| committer | Tom Rix <[email protected]> | 2009-11-27 16:26:13 -0600 |
| commit | 47e801bec360e69e4b087a141d015b318e1b0212 (patch) | |
| tree | c12191a7712940d35c94d71c4968508ccb0bae20 /drivers | |
| parent | 492fb1fdbcdd5e21be0b6742c15f76c648f0653b (diff) | |
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
This patch moves the s3c64xx header files from include/
to include/asm-arm/arch-s3c64xx
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/s3c64xx.c | 2 | ||||
| -rw-r--r-- | drivers/serial/s3c64xx.c | 2 | ||||
| -rw-r--r-- | drivers/usb/host/s3c64xx-hcd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/nand/s3c64xx.c b/drivers/mtd/nand/s3c64xx.c index edaf55a14ed..084e475649e 100644 --- a/drivers/mtd/nand/s3c64xx.c +++ b/drivers/mtd/nand/s3c64xx.c @@ -28,7 +28,7 @@ #include <common.h> #include <nand.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h> #include <asm/io.h> #include <asm/errno.h> diff --git a/drivers/serial/s3c64xx.c b/drivers/serial/s3c64xx.c index 1b974e04fef..6d22df7cf4e 100644 --- a/drivers/serial/s3c64xx.c +++ b/drivers/serial/s3c64xx.c @@ -23,7 +23,7 @@ #include <common.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h> #ifdef CONFIG_SERIAL1 #define UART_NR S3C64XX_UART0 diff --git a/drivers/usb/host/s3c64xx-hcd.c b/drivers/usb/host/s3c64xx-hcd.c index 274a4ed3097..cd295dabb78 100644 --- a/drivers/usb/host/s3c64xx-hcd.c +++ b/drivers/usb/host/s3c64xx-hcd.c @@ -25,7 +25,7 @@ */ #include <common.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h> int usb_cpu_init(void) { |
