diff options
-rw-r--r-- | mm/nommu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/nommu.c b/mm/nommu.c index b76f3ee0abe0..efa9a380335e 100644 --- a/mm/nommu.c +++ b/mm/nommu.c | |||
@@ -36,11 +36,6 @@ | |||
36 | #include <asm/mmu_context.h> | 36 | #include <asm/mmu_context.h> |
37 | #include "internal.h" | 37 | #include "internal.h" |
38 | 38 | ||
39 | static inline __attribute__((format(printf, 1, 2))) | ||
40 | void no_printk(const char *fmt, ...) | ||
41 | { | ||
42 | } | ||
43 | |||
44 | #if 0 | 39 | #if 0 |
45 | #define kenter(FMT, ...) \ | 40 | #define kenter(FMT, ...) \ |
46 | printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) | 41 | printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) |