Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3
Commit:     6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3
Parent:     62eb5b1f3bb842d4ea112a5dbae0ce94aab088c4
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 00:31:49 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue May 8 11:15:15 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
    Cc: Don Zickus <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index a124c32..7153861 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to