]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-common/interrupt.S
Blackfin arch: add missing gpio.h header to fix compiling in some pm configurations
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-common / interrupt.S
index dd45664f0d029055328adacaf8e8d367d6254bb9..b69f517a650b839f43e1768dc8242ede9d7611f3 100644 (file)
@@ -66,6 +66,7 @@ ENTRY(_evt_emulation)
        SP += 12;
        /* - GDB stub fills this in by itself (if defined) */
        rte;
+ENDPROC(_evt_emulation)
 #endif
 
 /* Common interrupt entry code.         First we do CLI, then push
@@ -251,3 +252,4 @@ ENTRY(_evt_system_call)
 #endif
        call _system_call;
        jump .Lcommon_restore_context;
+ENDPROC(_evt_system_call)