kconfig: Get rid of the P() macro in headers
[cascardo/linux.git] / scripts / kconfig / lkc.h
index d5daa7a..e418a30 100644 (file)
@@ -21,9 +21,7 @@ static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c;
 extern "C" {
 #endif
 
-#define P(name,type,arg)       extern type name arg
 #include "lkc_proto.h"
-#undef P
 
 #define SRCTREE "srctree"