X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Flinux%2Fkmod.h;h=fcfd2bf14d3f0ef2dc113e5d77fd42c6dc233798;hb=fcd91dd449867c6bfe56a81cabba76b829fd05cd;hp=0555cc66a15b27dfa7fd70c47e1a519ad49afef1;hpb=f741df1f3a2afe988f413ca78d1e866657079beb;p=cascardo%2Flinux.git diff --git a/include/linux/kmod.h b/include/linux/kmod.h index 0555cc66a15b..fcfd2bf14d3f 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h @@ -85,8 +85,6 @@ enum umh_disable_depth { UMH_DISABLED, }; -extern void usermodehelper_init(void); - extern int __usermodehelper_disable(enum umh_disable_depth depth); extern void __usermodehelper_set_disable_depth(enum umh_disable_depth depth);