diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-22 03:00:42 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-22 03:00:42 -0400 |
commit | 1694176a210189312e31b083bac1e1688981219a (patch) | |
tree | 53d0be2ff8cb2898e82aa63ccba548692b90e252 /include/linux/Kbuild | |
parent | ed9526b0d342a1c08a19f880c3f0c1d0fec4e8db (diff) |
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 7d076d97b2f7..10d2ca07562a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -143,7 +143,6 @@ header-y += snmp.h | |||
143 | header-y += sockios.h | 143 | header-y += sockios.h |
144 | header-y += som.h | 144 | header-y += som.h |
145 | header-y += sound.h | 145 | header-y += sound.h |
146 | header-y += stddef.h | ||
147 | header-y += synclink.h | 146 | header-y += synclink.h |
148 | header-y += telephony.h | 147 | header-y += telephony.h |
149 | header-y += termios.h | 148 | header-y += termios.h |
@@ -318,6 +317,7 @@ unifdef-y += sonet.h | |||
318 | unifdef-y += sonypi.h | 317 | unifdef-y += sonypi.h |
319 | unifdef-y += soundcard.h | 318 | unifdef-y += soundcard.h |
320 | unifdef-y += stat.h | 319 | unifdef-y += stat.h |
320 | unifdef-y += stddef.h | ||
321 | unifdef-y += sysctl.h | 321 | unifdef-y += sysctl.h |
322 | unifdef-y += tcp.h | 322 | unifdef-y += tcp.h |
323 | unifdef-y += time.h | 323 | unifdef-y += time.h |