]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm720t/interrupts.c
usb: musb: make sure the register layout is packed
[u-boot] / cpu / arm720t / interrupts.c
index ff21314d8e2426b08617a89127fd11b8ed4c3751..eb8d4253181c12a6136ce9ac8bec21a069c49f38 100644 (file)
@@ -111,7 +111,7 @@ static ulong timestamp;
 static ulong lastdec;
 
 #if defined(CONFIG_USE_IRQ) && defined(CONFIG_S3C4510B)
-int interrupt_init (void)
+int arch_interrupt_init (void)
 {
        int i;
 
@@ -224,7 +224,7 @@ void set_timer (ulong t)
        timestamp = t;
 }
 
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        ulong tmo;
 
@@ -296,7 +296,7 @@ ulong get_timer (ulong base)
        return timestamp - base;
 }
 
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        u32 ticks;