diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-18 19:17:33 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-25 00:17:26 +0200 |
commit | f4f20d0650e9cd13f65b5e7f93af126b526af721 (patch) | |
tree | 2b288b8267fe136556da3a38889f80ecca3a370d /net/nfc/hci/llc_nop.c | |
parent | 412fda538f4b1317ecd0fbe6e5bc9124792bea88 (diff) | |
download | linux-f4f20d0650e9cd13f65b5e7f93af126b526af721.tar.gz linux-f4f20d0650e9cd13f65b5e7f93af126b526af721.tar.bz2 linux-f4f20d0650e9cd13f65b5e7f93af126b526af721.zip |
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_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 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); |