Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

m68k: export m68k_mmutype

UIO needs m68k_mmutype:

ERROR: "m68k_mmutype" [drivers/uio/uio.ko] undefined!

(noticed by Christian T. Steigies)

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Geert Uytterhoeven and committed by
Linus Torvalds
91cf2483 3f20a4ef

+3 -2
+2 -1
arch/m68k/kernel/setup.c
··· 41 41 #endif 42 42 43 43 unsigned long m68k_machtype; 44 - unsigned long m68k_cputype; 45 44 EXPORT_SYMBOL(m68k_machtype); 45 + unsigned long m68k_cputype; 46 46 EXPORT_SYMBOL(m68k_cputype); 47 47 unsigned long m68k_fputype; 48 48 unsigned long m68k_mmutype; 49 + EXPORT_SYMBOL(m68k_mmutype); 49 50 #ifdef CONFIG_VME 50 51 unsigned long vme_brdtype; 51 52 EXPORT_SYMBOL(vme_brdtype);
+1 -1
include/asm-m68k/setup.h
··· 248 248 #ifndef __ASSEMBLY__ 249 249 extern unsigned long m68k_cputype; 250 250 extern unsigned long m68k_fputype; 251 - extern unsigned long m68k_mmutype; /* Not really used yet */ 251 + extern unsigned long m68k_mmutype; 252 252 #ifdef CONFIG_VME 253 253 extern unsigned long vme_brdtype; 254 254 #endif