diff options
author | Joe Perches <joe@perches.com> | 2011-11-29 14:37:34 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-30 15:08:37 -0500 |
commit | 538af1344ab21cd2b638e779c2e82550a886b26e (patch) | |
tree | 1a2114502d6addc611041ac12af202ad48eb2018 /net/nfc/nfc.h | |
parent | 20c239c1390bd6f3bb389fe1a7e8307f29f52563 (diff) |
nfc: Remove unused nfc_printk and nfc_<level> macros
All uses have been removed, so killing what's not necessary.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/nfc.h')
-rw-r--r-- | net/nfc/nfc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index d86583f4831d..67d605015304 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h | |||
@@ -27,13 +27,6 @@ | |||
27 | #include <net/nfc/nfc.h> | 27 | #include <net/nfc/nfc.h> |
28 | #include <net/sock.h> | 28 | #include <net/sock.h> |
29 | 29 | ||
30 | __printf(2, 3) | ||
31 | int nfc_printk(const char *level, const char *fmt, ...); | ||
32 | |||
33 | #define nfc_info(fmt, arg...) nfc_printk(KERN_INFO, fmt, ##arg) | ||
34 | #define nfc_err(fmt, arg...) nfc_printk(KERN_ERR, fmt, ##arg) | ||
35 | #define nfc_dbg(fmt, arg...) pr_debug(fmt "\n", ##arg) | ||
36 | |||
37 | struct nfc_protocol { | 30 | struct nfc_protocol { |
38 | int id; | 31 | int id; |
39 | struct proto *proto; | 32 | struct proto *proto; |