diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-10-02 13:46:48 -0700 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.(none)> | 2007-10-12 21:20:32 +0200 |
commit | 7747f96f02803afb864c095fa6800f562030e7f6 (patch) | |
tree | 20365a9ee969b344c3d80b5a1e8f17e39fc86ac4 /include | |
parent | 836caba77c290a62743fa9c5a69ed9605ec9cb28 (diff) | |
download | op-kernel-dev-7747f96f02803afb864c095fa6800f562030e7f6.zip op-kernel-dev-7747f96f02803afb864c095fa6800f562030e7f6.tar.gz |
include/linux/Kbuild: remove duplicate entries
This patch removes three headers from header-y that were also listed as
unifdef-y.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 818cc3a..025af70 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -78,7 +78,6 @@ header-y += if_arcnet.h header-y += if_bonding.h header-y += if_cablemodem.h header-y += if_fc.h -header-y += if_fddi.h header-y += if.h header-y += if_hippi.h header-y += if_infiniband.h @@ -121,7 +120,6 @@ header-y += nl80211.h header-y += oom.h header-y += param.h header-y += pci_regs.h -header-y += personality.h header-y += pfkeyv2.h header-y += pg.h header-y += phantom.h @@ -159,7 +157,6 @@ header-y += video_decoder.h header-y += video_encoder.h header-y += videotext.h header-y += vt.h -header-y += wireless.h header-y += x25.h unifdef-y += acct.h |