index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
kernel
/
module.c
blob: 7ea203ce6b1a35321ae4229cb14cd626c1417841 (
plain
)
1
2
3
4
5
#ifdef CONFIG_MMU
#include
"module_mm.c"
#else
#include
"module_no.c"
#endif