diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-10-21 10:36:06 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 10:36:06 -0400 |
commit | 066954a3891d32198edad3b319792d8db6a6a575 (patch) | |
tree | 7c6e6b66e319f655d1601ee854a6abfee66eb902 /include/asm-blackfin | |
parent | c1e7399da76646f34c3857147cca649cd58745af (diff) |
Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r-- | include/asm-blackfin/bfin-global.h | 2 |
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); | |||
105 | extern void led_toggle_num(int); | 105 | extern void led_toggle_num(int); |
106 | extern void init_leds(void); | 106 | extern void init_leds(void); |
107 | 107 | ||
108 | extern char *bfin_board_name __attribute__ ((weak)); | 108 | extern const char bfin_board_name[]; |
109 | extern unsigned long wall_jiffies; | 109 | extern unsigned long wall_jiffies; |
110 | extern unsigned long ipdt_table[]; | 110 | extern unsigned long ipdt_table[]; |
111 | extern unsigned long dpdt_table[]; | 111 | extern unsigned long dpdt_table[]; |