From: David Woodhouse Date: Tue, 8 May 2007 07:31:49 +0000 (-0700) Subject: Add taskstats.h to kbuild X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3;p=linux-beck.git Add taskstats.h to kbuild 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 Signed-off-by: Linus Torvalds --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index a124c32f55f3..715386142626 100644 --- a/include/linux/Kbuild +++ b/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