* [PATCH] Move <linux/in6.h> from header-y to unifdef-y.
@ 2008-05-17 21:02 Robert P. J. Day
2008-05-19 21:13 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2008-05-17 21:02 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Andrew Morton
Given that <linux/in6.h> contains a __KERNEL__ test, it should be
unifdef-ed.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
that's it, there were just the two of them.
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index b7d81b2..54a4cfb 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -92,7 +92,6 @@ header-y += if_slip.h
header-y += if_strip.h
header-y += if_tun.h
header-y += if_tunnel.h
-header-y += in6.h
header-y += in_route.h
header-y += ioctl.h
header-y += ip6_tunnel.h
@@ -236,6 +235,7 @@ unifdef-y += if_vlan.h
unifdef-y += igmp.h
unifdef-y += inet_diag.h
unifdef-y += in.h
+unifdef-y += in6.h
unifdef-y += inotify.h
unifdef-y += input.h
unifdef-y += ip.h
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Move <linux/in6.h> from header-y to unifdef-y.
2008-05-17 21:02 [PATCH] Move <linux/in6.h> from header-y to unifdef-y Robert P. J. Day
@ 2008-05-19 21:13 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-05-19 21:13 UTC (permalink / raw)
To: rpjday; +Cc: linux-kernel, akpm
From: "Robert P. J. Day" <rpjday@crashcourse.ca>
Date: Sat, 17 May 2008 17:02:28 -0400 (EDT)
>
> Given that <linux/in6.h> contains a __KERNEL__ test, it should be
> unifdef-ed.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Applied, thanks Robert.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-19 21:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-17 21:02 [PATCH] Move <linux/in6.h> from header-y to unifdef-y Robert P. J. Day
2008-05-19 21:13 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®