summaryrefslogtreecommitdiff
path: root/net/nfc/hci/llc_shdlc.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-09-18 17:17:33 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-24 22:17:26 (GMT)
commitf4f20d0650e9cd13f65b5e7f93af126b526af721 (patch)
tree2b288b8267fe136556da3a38889f80ecca3a370d /net/nfc/hci/llc_shdlc.c
parent412fda538f4b1317ecd0fbe6e5bc9124792bea88 (diff)
downloadlinux-f4f20d0650e9cd13f65b5e7f93af126b526af721.tar.xz
NFC: Remove unneeded LLC symbols export
After fixing the LLC Makefile, we no longer need those exports. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/hci/llc_shdlc.c')
-rw-r--r--net/nfc/hci/llc_shdlc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/nfc/hci/llc_shdlc.c b/net/nfc/hci/llc_shdlc.c
index fad6cd1..3761c74 100644
--- a/net/nfc/hci/llc_shdlc.c
+++ b/net/nfc/hci/llc_shdlc.c
@@ -22,7 +22,6 @@
#include <linux/types.h>
#include <linux/sched.h>
-#include <linux/export.h>
#include <linux/wait.h>
#include <linux/slab.h>
#include <linux/skbuff.h>
@@ -831,4 +830,3 @@ int nfc_llc_shdlc_register()
{
return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops);
}
-EXPORT_SYMBOL(nfc_llc_shdlc_register);