Skip to content

Commit

Permalink
USB: s3c2410 gadget: Header move fixups
Browse files Browse the repository at this point in the history
Fixup the fallout from the arch moves earlier in the kernel
series.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Nov 28, 2007
1 parent f1e8de0 commit 899d566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
#include <asm/arch/irqs.h>

#include <asm/arch/hardware.h>
#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-gpio.h>
#include <asm/arch/regs-udc.h>
#include <asm/arch/udc.h>

#include <asm/plat-s3c24xx/regs-udc.h>
#include <asm/plat-s3c24xx/udc.h>

#include <asm/mach-types.h>

Expand Down

0 comments on commit 899d566

Please sign in to comment.