]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/keys/internal.h
Add a dummy printk function for the maintenance of unused printks
[net-next-2.6.git] / security / keys / internal.h
index addb67b169f443f136e3baf28846710e82fd0ff1..56a133d8f37d192ffb1adbc45cad9610f5cbbc5b 100644 (file)
 #include <linux/sched.h>
 #include <linux/key-type.h>
 
-static inline __attribute__((format(printf, 1, 2)))
-void no_printk(const char *fmt, ...)
-{
-}
-
 #ifdef __KDEBUG
 #define kenter(FMT, ...) \
        printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__)