Loading kernel/kmod.c +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ int request_module(const char *fmt, ...) return ret; } EXPORT_SYMBOL(request_module); #endif /* CONFIG_KMOD */ #endif /* CONFIG_MODULES */ struct subprocess_info { struct work_struct work; Loading Loading
kernel/kmod.c +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ int request_module(const char *fmt, ...) return ret; } EXPORT_SYMBOL(request_module); #endif /* CONFIG_KMOD */ #endif /* CONFIG_MODULES */ struct subprocess_info { struct work_struct work; Loading