diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-18 13:17:33 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-24 18:17:26 -0400 |
commit | f4f20d0650e9cd13f65b5e7f93af126b526af721 (patch) | |
tree | 2b288b8267fe136556da3a38889f80ecca3a370d /net/nfc/hci/llc_shdlc.c | |
parent | 412fda538f4b1317ecd0fbe6e5bc9124792bea88 (diff) |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/nfc/hci/llc_shdlc.c b/net/nfc/hci/llc_shdlc.c index fad6cd18d613..3761c7490a61 100644 --- a/net/nfc/hci/llc_shdlc.c +++ b/net/nfc/hci/llc_shdlc.c | |||
@@ -22,7 +22,6 @@ | |||
22 | 22 | ||
23 | #include <linux/types.h> | 23 | #include <linux/types.h> |
24 | #include <linux/sched.h> | 24 | #include <linux/sched.h> |
25 | #include <linux/export.h> | ||
26 | #include <linux/wait.h> | 25 | #include <linux/wait.h> |
27 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
28 | #include <linux/skbuff.h> | 27 | #include <linux/skbuff.h> |
@@ -831,4 +830,3 @@ int nfc_llc_shdlc_register() | |||
831 | { | 830 | { |
832 | return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops); | 831 | return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops); |
833 | } | 832 | } |
834 | EXPORT_SYMBOL(nfc_llc_shdlc_register); | ||