The patch titled Add taskstats.h to kbuild has been removed from the -mm tree. Its filename was add-taskstatsh-to-kbuild.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add taskstats.h to kbuild From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Add taskstats.h to include/linux/Kbuild, make headers_install would then pickup taskstats.h. This needs to be done as taskstats.h is a user interface header. Signed-off-by: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx> Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Don Zickus <dzickus@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/Kbuild~add-taskstatsh-to-kbuild include/linux/Kbuild --- a/include/linux/Kbuild~add-taskstatsh-to-kbuild +++ a/include/linux/Kbuild @@ -141,6 +141,7 @@ header-y += sockios.h header-y += som.h header-y += sound.h header-y += synclink.h +header-y += taskstats.h header-y += telephony.h header-y += termios.h header-y += ticable.h _ Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are origin.patch git-mtd.patch dont-force-uclinux-mtd-map-to-be-root-dev.patch git-battery.patch add-ability-to-keep-track-of-callers-of-symbol_getput.patch update-mtd-use-of-symbol_getput.patch update-dvb-use-of-symbol_getput.patch freezer-add-try_to_freeze-calls-to-all-kernel-threads.patch introduce-freezer-flags-rev-2.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