From: David Woodhouse 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 Signed-off-by: David Woodhouse Cc: Don Zickus Signed-off-by: Andrew Morton --- 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 _