The patch titled Kbuild: add 3 more header files to get properly "unifdef"ed has been removed from the -mm tree. Its filename was kbuild-add-3-more-header-files-to-get-properly-unifdefed.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Kbuild: add 3 more header files to get properly "unifdef"ed From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Add 3 more files to get "unifdef"ed when creating sanitized headers with "make headers_install". Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Acked-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Acked-by: "John W. Linville" <linville@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/Kbuild | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/linux/Kbuild~kbuild-add-3-more-header-files-to-get-properly-unifdefed include/linux/Kbuild --- a/include/linux/Kbuild~kbuild-add-3-more-header-files-to-get-properly-unifdefed +++ a/include/linux/Kbuild @@ -221,6 +221,7 @@ unifdef-y += if_bridge.h unifdef-y += if_ec.h unifdef-y += if_eql.h unifdef-y += if_ether.h +unifdef-y += if_fddi.h unifdef-y += if_frad.h unifdef-y += if_ltalk.h unifdef-y += if_pppox.h @@ -282,6 +283,7 @@ unifdef-y += nvram.h unifdef-y += parport.h unifdef-y += patchkey.h unifdef-y += pci.h +unifdef-y += personality.h unifdef-y += pktcdvd.h unifdef-y += pmu.h unifdef-y += poll.h @@ -337,6 +339,7 @@ unifdef-y += videodev.h unifdef-y += wait.h unifdef-y += wanrouter.h unifdef-y += watchdog.h +unifdef-y += wireless.h unifdef-y += xfrm.h objhdr-y += version.h _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch schedc-correct-comment-for-this_rq_lock-routine.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html