LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Robert P. J. Day" <rpjday@mindspring.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: David Woodhouse <dwmw2@infradead.org>, kaber@trash.net
Subject: [PATCH] Kbuild: Remove "unifdef" entries for files that generate nothing.
Date: Sun, 25 Feb 2007 16:33:32 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0702251629520.28950@CPE00045a9c397f-CM001225dbafb6> (raw)


  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@mindspring.com>

---

 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
========================================================================

                 reply	other threads:[~2007-02-25 21:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0702251629520.28950@CPE00045a9c397f-CM001225dbafb6 \
    --to=rpjday@mindspring.com \
    --cc=dwmw2@infradead.org \
    --cc=kaber@trash.net \
    --cc=linux-kernel@vger.kernel.org \
    --subject='Re: [PATCH] Kbuild: Remove "unifdef" entries for files that generate nothing.' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).