diff options
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r-- | include/linux/kernel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 8317ec4b9f3b..bd8501a8ca1c 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -728,12 +728,6 @@ extern int do_sysinfo(struct sysinfo *info); | |||
728 | 728 | ||
729 | #endif /* __KERNEL__ */ | 729 | #endif /* __KERNEL__ */ |
730 | 730 | ||
731 | #ifndef __EXPORTED_HEADERS__ | ||
732 | #ifndef __KERNEL__ | ||
733 | #warning Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders | ||
734 | #endif /* __KERNEL__ */ | ||
735 | #endif /* __EXPORTED_HEADERS__ */ | ||
736 | |||
737 | #define SI_LOAD_SHIFT 16 | 731 | #define SI_LOAD_SHIFT 16 |
738 | struct sysinfo { | 732 | struct sysinfo { |
739 | long uptime; /* Seconds since boot */ | 733 | long uptime; /* Seconds since boot */ |