mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 03:58:56 +07:00
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>
This commit is contained in:
parent
3f20a4ef57
commit
91cf248396
@ -41,11 +41,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned long m68k_machtype;
|
unsigned long m68k_machtype;
|
||||||
unsigned long m68k_cputype;
|
|
||||||
EXPORT_SYMBOL(m68k_machtype);
|
EXPORT_SYMBOL(m68k_machtype);
|
||||||
|
unsigned long m68k_cputype;
|
||||||
EXPORT_SYMBOL(m68k_cputype);
|
EXPORT_SYMBOL(m68k_cputype);
|
||||||
unsigned long m68k_fputype;
|
unsigned long m68k_fputype;
|
||||||
unsigned long m68k_mmutype;
|
unsigned long m68k_mmutype;
|
||||||
|
EXPORT_SYMBOL(m68k_mmutype);
|
||||||
#ifdef CONFIG_VME
|
#ifdef CONFIG_VME
|
||||||
unsigned long vme_brdtype;
|
unsigned long vme_brdtype;
|
||||||
EXPORT_SYMBOL(vme_brdtype);
|
EXPORT_SYMBOL(vme_brdtype);
|
||||||
|
@ -248,7 +248,7 @@ extern unsigned long m68k_machtype;
|
|||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
extern unsigned long m68k_cputype;
|
extern unsigned long m68k_cputype;
|
||||||
extern unsigned long m68k_fputype;
|
extern unsigned long m68k_fputype;
|
||||||
extern unsigned long m68k_mmutype; /* Not really used yet */
|
extern unsigned long m68k_mmutype;
|
||||||
#ifdef CONFIG_VME
|
#ifdef CONFIG_VME
|
||||||
extern unsigned long vme_brdtype;
|
extern unsigned long vme_brdtype;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user