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>
This commit is contained in:
Geert Uytterhoeven
2013-06-25 21:15:24 +02:00
parent 6ce4eac1f6
commit a4df02a217
12 changed files with 22 additions and 21 deletions

View File

@@ -54,7 +54,7 @@ static void psc_debug_dump(void)
* expanded to cover what I think are the other 7 channels.
*/
static void psc_dma_die_die_die(void)
static __init void psc_dma_die_die_die(void)
{
int i;