diff options
author | Samuel Ortiz | 2012-09-18 19:17:33 +0200 |
---|---|---|
committer | Samuel Ortiz | 2012-09-25 00:17:26 +0200 |
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 @@ #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); |