]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/pnp.h
Remove "#ifdef __KERNEL__" checks from unexported headers
[linux-beck.git] / include / linux / pnp.h
index b2f05c230f4b8db61984950489173980c003178a..2f3bcf73052cc0de06a42db578920e1a3f8207f6 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef _LINUX_PNP_H
 #define _LINUX_PNP_H
 
-#ifdef __KERNEL__
-
 #include <linux/device.h>
 #include <linux/list.h>
 #include <linux/errno.h>
@@ -466,6 +464,4 @@ static inline void pnp_unregister_driver(struct pnp_driver *drv) { }
 #define pnp_dbg(format, arg...) do {} while (0)
 #endif
 
-#endif /* __KERNEL__ */
-
 #endif /* _LINUX_PNP_H */