Commit 4f79c3ff authored by David Woodhouse's avatar David Woodhouse

Guard some of linux/compiler.h with #ifdef __KERNEL__

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 2683e884
...@@ -78,6 +78,7 @@ extern void __chk_io_ptr(void __iomem *); ...@@ -78,6 +78,7 @@ extern void __chk_io_ptr(void __iomem *);
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#ifdef __KERNEL__
/* /*
* Allow us to mark functions as 'deprecated' and have gcc emit a nice * Allow us to mark functions as 'deprecated' and have gcc emit a nice
* warning for each use, in hopes of speeding the functions removal. * warning for each use, in hopes of speeding the functions removal.
...@@ -153,4 +154,5 @@ extern void __chk_io_ptr(void __iomem *); ...@@ -153,4 +154,5 @@ extern void __chk_io_ptr(void __iomem *);
#define __always_inline inline #define __always_inline inline
#endif #endif
#endif /* __KERNEL__ */
#endif /* __LINUX_COMPILER_H */ #endif /* __LINUX_COMPILER_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment