summaryrefslogtreecommitdiff
path: root/net/nfc/hci/llc_nop.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc/hci/llc_nop.c')
-rw-r--r--net/nfc/hci/llc_nop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/nfc/hci/llc_nop.c b/net/nfc/hci/llc_nop.c
index ec627cee12cd..d91dd66a082d 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);