diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/keys/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/keys/internal.h b/security/keys/internal.h index addb67b169f4..56a133d8f37d 100644 --- a/security/keys/internal.h +++ b/security/keys/internal.h | |||
@@ -15,11 +15,6 @@ | |||
15 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |
16 | #include <linux/key-type.h> | 16 | #include <linux/key-type.h> |
17 | 17 | ||
18 | static inline __attribute__((format(printf, 1, 2))) | ||
19 | void no_printk(const char *fmt, ...) | ||
20 | { | ||
21 | } | ||
22 | |||
23 | #ifdef __KDEBUG | 18 | #ifdef __KDEBUG |
24 | #define kenter(FMT, ...) \ | 19 | #define kenter(FMT, ...) \ |
25 | printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) | 20 | printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) |