The patch titled Add taskstats.h to kbuild has been added to the -mm tree. Its filename is add-taskstatsh-to-kbuild.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 @@ -139,6 +139,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-kbuild.patch dont-force-uclinux-mtd-map-to-be-root-dev.patch block2mtd_paramline-mustnt-be-__initdata.patch git-battery.patch increase-slab-redzone-to-64bits.patch increase-slab-redzone-to-64bits-fix.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 clean-up-mutex_trylock-noise.patch add-taskstatsh-to-kbuild.patch rename-get_property-to-of_get_property-drivers.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