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 01dfc05ef4ac..5de838b0fc1a 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -733,12 +733,6 @@ extern int do_sysinfo(struct sysinfo *info); | |||
733 | 733 | ||
734 | #endif /* __KERNEL__ */ | 734 | #endif /* __KERNEL__ */ |
735 | 735 | ||
736 | #ifndef __EXPORTED_HEADERS__ | ||
737 | #ifndef __KERNEL__ | ||
738 | #warning Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders | ||
739 | #endif /* __KERNEL__ */ | ||
740 | #endif /* __EXPORTED_HEADERS__ */ | ||
741 | |||
742 | #define SI_LOAD_SHIFT 16 | 736 | #define SI_LOAD_SHIFT 16 |
743 | struct sysinfo { | 737 | struct sysinfo { |
744 | long uptime; /* Seconds since boot */ | 738 | long uptime; /* Seconds since boot */ |