diff options
Diffstat (limited to 'arch/m68k/sun3/dvma.c')
| -rw-r--r-- | arch/m68k/sun3/dvma.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/m68k/sun3/dvma.c b/arch/m68k/sun3/dvma.c index d522eaab455..d95506e06c2 100644 --- a/arch/m68k/sun3/dvma.c +++ b/arch/m68k/sun3/dvma.c @@ -7,6 +7,7 @@   *   */ +#include <linux/init.h>  #include <linux/kernel.h>  #include <linux/mm.h>  #include <linux/bootmem.h> @@ -62,10 +63,7 @@ int dvma_map_iommu(unsigned long kaddr, unsigned long baddr,  } -void sun3_dvma_init(void) +void __init sun3_dvma_init(void)  { -  	memset(ptelist, 0, sizeof(ptelist)); - -  }  | 
