Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123602
b: refs/heads/master
c: 57bd4b9
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Oct 30, 2008
1 parent ad36730 commit 628fa97
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f74c95c20bad8e183e41283475f68a3e7b247af4
refs/heads/master: 57bd4b91a6cfc5bad4c5d829ef85293ea63643ea
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/mach-h1940.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/mach-n30.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/mach-qt2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2412/mach-jive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2412/mach-smdk2413.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c24xx/devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 628fa97

Please sign in to comment.