diff options
Diffstat (limited to 'net/nfc/hci/llc_nop.c')
-rw-r--r-- | net/nfc/hci/llc_nop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/nfc/hci/llc_nop.c b/net/nfc/hci/llc_nop.c index ec627ce..d91dd66 100644 --- a/net/nfc/hci/llc_nop.c +++ b/net/nfc/hci/llc_nop.c @@ -19,7 +19,6 @@ */ #include <linux/types.h> -#include <linux/export.h> #include "llc.h" @@ -98,4 +97,3 @@ int nfc_llc_nop_register() { return nfc_llc_register(LLC_NOP_NAME, &llc_nop_ops); } -EXPORT_SYMBOL(nfc_llc_nop_register); |