Loading net/nfc/af_nfc.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ int __init af_nfc_init(void) return sock_register(&nfc_sock_family_ops); } void af_nfc_exit(void) void __exit af_nfc_exit(void) { sock_unregister(PF_NFC); } Loading
net/nfc/af_nfc.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ int __init af_nfc_init(void) return sock_register(&nfc_sock_family_ops); } void af_nfc_exit(void) void __exit af_nfc_exit(void) { sock_unregister(PF_NFC); }