[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>
This commit is contained in:
Ben Dooks 2008-10-30 10:14:37 +00:00
parent f74c95c20b
commit 57bd4b91a6
9 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -47,7 +47,7 @@
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/s3c2410.h>
#include <asm/plat-s3c24xx/udc.h>
#include <plat/udc.h>
static struct map_desc n30_iodesc[] __initdata = {
/* nothing here yet */

View File

@ -51,7 +51,7 @@
#include <plat/regs-serial.h>
#include <mach/fb.h>
#include <plat/nand.h>
#include <asm/plat-s3c24xx/udc.h>
#include <plat/udc.h>
#include <mach/spi.h>
#include <mach/spi-gpio.h>

View File

@ -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 = {
};

View File

@ -37,7 +37,7 @@
#include <mach/regs-lcd.h>
#include <mach/idle.h>
#include <asm/plat-s3c24xx/udc.h>
#include <plat/udc.h>
#include <mach/fb.h>
#include <plat/s3c2410.h>

View File

@ -29,7 +29,7 @@
#include <asm/irq.h>
#include <plat/regs-serial.h>
#include <asm/plat-s3c24xx/udc.h>
#include <plat/udc.h>
#include <plat/devs.h>
#include <plat/cpu.h>

View File

@ -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"