From 3fb928a186aa9d4b24e6c974e7de9f2d1b1f1d0b Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 13 Aug 2010 11:25:12 +0100 Subject: [PATCH] --- yaml --- r: 209298 b: refs/heads/master c: fe622e76fddd986e56f22842a6ce292504727ef1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/nommu.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 6d198c66a0e0..844400ab24ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c7887325230aec47d47a32562a6e26014a0fafca +refs/heads/master: fe622e76fddd986e56f22842a6ce292504727ef1 diff --git a/trunk/mm/nommu.c b/trunk/mm/nommu.c index b76f3ee0abe0..efa9a380335e 100644 --- a/trunk/mm/nommu.c +++ b/trunk/mm/nommu.c @@ -36,11 +36,6 @@ #include #include "internal.h" -static inline __attribute__((format(printf, 1, 2))) -void no_printk(const char *fmt, ...) -{ -} - #if 0 #define kenter(FMT, ...) \ printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__)