diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:14:37 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:17:15 +0000 |
commit | 57bd4b91a6cfc5bad4c5d829ef85293ea63643ea (patch) | |
tree | 2ffc2066eb7638e185663e9d849663403229d4e5 /drivers/usb/gadget | |
parent | f74c95c20bad8e183e41283475f68a3e7b247af4 (diff) | |
download | linux-stable-57bd4b91a6cfc5bad4c5d829ef85293ea63643ea.tar.gz linux-stable-57bd4b91a6cfc5bad4c5d829ef85293ea63643ea.tar.bz2 linux-stable-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 'drivers/usb/gadget')
-rw-r--r-- | drivers/usb/gadget/s3c2410_udc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c index 00ba06b44752..8d8d65165983 100644 --- a/drivers/usb/gadget/s3c2410_udc.c +++ b/drivers/usb/gadget/s3c2410_udc.c @@ -53,8 +53,8 @@ #include <mach/hardware.h> #include <mach/regs-gpio.h> -#include <asm/plat-s3c24xx/regs-udc.h> -#include <asm/plat-s3c24xx/udc.h> +#include <plat/regs-udc.h> +#include <plat/udc.h> #include "s3c2410_udc.h" |