sysinfo: Move struct sysinfo to a separate header file
authorH. Peter Anvin <hpa@zytor.com>
Tue, 7 Feb 2012 00:36:48 +0000 (16:36 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:46 +0000 (12:48 -0800)
commitd8e5ddef21df05bc2a14d8c0e287cbf083da60a3
tree588c50a74292a5eb010aca8ce87d21024bb8867a
parent4f72e331c20ac1c656f300cee246330c1786652b
sysinfo: Move struct sysinfo to a separate header file

struct sysinfo is just about the only thing exported to userspace from
<linux/kernel.h>, so move it into a separate header file with a
residual #include in <linux/kernel.h>.

Originally-by: H. J. Lu <hjl.tools@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Link: http://lkml.kernel.org/n/tip-4pr1xnnksprt7t0h3w5fw4rv@git.kernel.org
include/linux/Kbuild
include/linux/kernel.h
include/linux/sysinfo.h [new file with mode: 0644]