diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:14:37 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:17:15 (GMT) |
commit | 57bd4b91a6cfc5bad4c5d829ef85293ea63643ea (patch) | |
tree | 2ffc2066eb7638e185663e9d849663403229d4e5 /arch/arm/mach-s3c2412/mach-jive.c | |
parent | f74c95c20bad8e183e41283475f68a3e7b247af4 (diff) | |
download | linux-57bd4b91a6cfc5bad4c5d829ef85293ea63643ea.tar.xz |
[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-s3c2412/mach-jive.c')
-rw-r--r-- | arch/arm/mach-s3c2412/mach-jive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index c8d9a34..25ff1ec 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c @@ -52,7 +52,7 @@ #include <plat/devs.h> #include <plat/cpu.h> #include <plat/pm.h> -#include <asm/plat-s3c24xx/udc.h> +#include <plat/udc.h> static struct map_desc jive_iodesc[] __initdata = { }; |