diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-25 15:15:24 -0400 |
|---|---|---|
| committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 05:08:54 -0500 |
| commit | a4df02a217e9787a4b967197d9d9030c3e3c1088 (patch) | |
| tree | 4f32cbd30553494fa55d1cf2ecf294265196dc69 /arch/m68k/mac | |
| parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
m68k: Mark functions only called from setup_arch() __init
Some functions that are only called (indirectly) from setup_arch() lack
__init annotations.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac')
| -rw-r--r-- | arch/m68k/mac/psc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mac/psc.c b/arch/m68k/mac/psc.c index 6f026fc302fa..cc9f3f097be7 100644 --- a/arch/m68k/mac/psc.c +++ b/arch/m68k/mac/psc.c | |||
| @@ -54,7 +54,7 @@ static void psc_debug_dump(void) | |||
| 54 | * expanded to cover what I think are the other 7 channels. | 54 | * expanded to cover what I think are the other 7 channels. |
| 55 | */ | 55 | */ |
| 56 | 56 | ||
| 57 | static void psc_dma_die_die_die(void) | 57 | static __init void psc_dma_die_die_die(void) |
| 58 | { | 58 | { |
| 59 | int i; | 59 | int i; |
| 60 | 60 | ||
