]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b92354e9f157486a2eddbf7838fc6933b398d9a
tree588c50a74292a5eb010aca8ce87d21024bb8867a
parent39eb17892d31eebe82c0c47f11b01a49aa2c0c09
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]