diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-05-08 00:31:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:15 -0700 |
commit | 6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3 (patch) | |
tree | 81eafa64ecc82beb96dfe33767fdbaa364043179 /include | |
parent | 62eb5b1f3bb842d4ea112a5dbae0ce94aab088c4 (diff) | |
download | linux-6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3.tar.bz2 |
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 <balbir@linux.vnet.ibm.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Cc: Don Zickus <dzickus@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |