aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/bfin-global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/bfin-global.h')
-rw-r--r--include/asm-blackfin/bfin-global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/bfin-global.h b/include/asm-blackfin/bfin-global.h
index a970781a0f98..a006353a4310 100644
--- a/include/asm-blackfin/bfin-global.h
+++ b/include/asm-blackfin/bfin-global.h
@@ -105,7 +105,7 @@ extern void led_disp_num(int);
105extern void led_toggle_num(int); 105extern void led_toggle_num(int);
106extern void init_leds(void); 106extern void init_leds(void);
107 107
108extern char *bfin_board_name __attribute__ ((weak)); 108extern const char bfin_board_name[];
109extern unsigned long wall_jiffies; 109extern unsigned long wall_jiffies;
110extern unsigned long ipdt_table[]; 110extern unsigned long ipdt_table[];
111extern unsigned long dpdt_table[]; 111extern unsigned long dpdt_table[];