Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
[pandora-u-boot.git] / common / cmd_irq.c
index 9f158ef..1e82883 100644 (file)
@@ -24,7 +24,8 @@
 #include <config.h>
 #include <command.h>
 
-int do_interrupts(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_interrupts(cmd_tbl_t *cmdtp, int flag, int argc,
+                        char * const argv[])
 {
 
        if (argc != 2)