[PATCH] Kbuild: Remove "unifdef" entries for files that generatenothing.

From: Robert P. J. Day
Date: Sun Feb 25 2007 - 16:41:02 EST



Remove, from their corresponding Kbuild files, entries for header
files that generate content-free sanitized header files.

Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx>

---

include/linux/Kbuild | 3 ---
include/linux/netfilter_ipv4/Kbuild | 1 -
2 files changed, 4 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index e81e301..3c31650 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -238,7 +238,6 @@ unifdef-y += ipv6_route.h
unifdef-y += isdn.h
unifdef-y += isdnif.h
unifdef-y += isdn_ppp.h
-unifdef-y += isicom.h
unifdef-y += jbd.h
unifdef-y += joystick.h
unifdef-y += kdev_t.h
@@ -313,13 +312,11 @@ unifdef-y += socket.h
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
unifdef-y += timex.h
-unifdef-y += tty.h
unifdef-y += types.h
unifdef-y += udf_fs_i.h
unifdef-y += udp.h
diff --git a/include/linux/netfilter_ipv4/Kbuild b/include/linux/netfilter_ipv4/Kbuild
index 1803378..ea17e7f 100644
--- a/include/linux/netfilter_ipv4/Kbuild
+++ b/include/linux/netfilter_ipv4/Kbuild
@@ -50,7 +50,6 @@ header-y += ipt_TTL.h
header-y += ipt_ULOG.h

unifdef-y += ip_conntrack.h
-unifdef-y += ip_conntrack_h323.h
unifdef-y += ip_conntrack_irc.h
unifdef-y += ip_conntrack_pptp.h
unifdef-y += ip_conntrack_proto_gre.h
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/