diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 11:14:37 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 11:17:15 +0100 |
commit | 57bd4b91a6cfc5bad4c5d829ef85293ea63643ea (patch) | |
tree | 2ffc2066eb7638e185663e9d849663403229d4e5 /arch/arm/mach-s3c2410/mach-h1940.c | |
parent | [ARM] S3C: Move regs-ac97.h to arch/arm/plat-s3c/include/plat. (diff) | |
download | linux-57bd4b91a6cfc5bad4c5d829ef85293ea63643ea.tar.xz linux-57bd4b91a6cfc5bad4c5d829ef85293ea63643ea.zip |
[ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/plat
Move the udc headers to the proper home in
arch/arm/plat-s3c24xx/include/plat ready to clean out
the old include directories.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-h1940.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-h1940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index 98716d0108e9..32d550fcff4d 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c @@ -38,7 +38,7 @@ #include <mach/h1940.h> #include <mach/h1940-latch.h> #include <mach/fb.h> -#include <asm/plat-s3c24xx/udc.h> +#include <plat/udc.h> #include <plat/clock.h> #include <plat/devs.h> |