Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=899d566a6e7533cb5ad613a656c7f53a2b88abcd
Commit:     899d566a6e7533cb5ad613a656c7f53a2b88abcd
Parent:     f1e8de0dbb9ee30cd6eb9c510249847d28443cb1
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 22:28:13 2007 +0000
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Wed Nov 28 13:58:36 2007 -0800

    USB: s3c2410 gadget: Header move fixups
    
    Fixup the fallout from the arch moves earlier in the kernel
    series.
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
    Acked-by: David Brownell <[EMAIL PROTECTED]>
---
 drivers/usb/gadget/s3c2410_udc.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c
index e3e90f8..9780f86 100644
--- a/drivers/usb/gadget/s3c2410_udc.c
+++ b/drivers/usb/gadget/s3c2410_udc.c
@@ -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>
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to