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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user