diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-22 08:00:42 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-22 08:00:42 +0100 |
commit | 1694176a210189312e31b083bac1e1688981219a (patch) | |
tree | 53d0be2ff8cb2898e82aa63ccba548692b90e252 /include/linux/Kbuild | |
parent | ed9526b0d342a1c08a19f880c3f0c1d0fec4e8db (diff) | |
download | kernel_samsung_crespo-1694176a210189312e31b083bac1e1688981219a.zip kernel_samsung_crespo-1694176a210189312e31b083bac1e1688981219a.tar.gz kernel_samsung_crespo-1694176a210189312e31b083bac1e1688981219a.tar.bz2 |
Remove offsetof() from user-visible <linux/stddef.h>
It's not used by anything user-visible, and it make g++ unhappy.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 7d076d9..10d2ca0 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -143,7 +143,6 @@ header-y += snmp.h header-y += sockios.h header-y += som.h header-y += sound.h -header-y += stddef.h header-y += synclink.h header-y += telephony.h header-y += termios.h @@ -318,6 +317,7 @@ unifdef-y += sonet.h unifdef-y += sonypi.h unifdef-y += soundcard.h unifdef-y += stat.h +unifdef-y += stddef.h unifdef-y += sysctl.h unifdef-y += tcp.h unifdef-y += time.h |