You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mac89x0: missing __init
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -608,7 +608,7 @@ module_param(debug, int, 0);
|
||||
MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
int
|
||||
int __init
|
||||
init_module(void)
|
||||
{
|
||||
net_debug = debug;
|
||||
|
||||
Reference in New Issue
Block a user