Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f8db694e46ac30c171eb3537aba677a5671cda02
Commit:     f8db694e46ac30c171eb3537aba677a5671cda02
Parent:     2dc9c913154b64efa8346e81cf298012f090c1b1
Author:     Jesper Juhl <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 04:20:24 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 09:22:34 2008 -0800

    Nuke a duplicate include from profile.c
    
    Remove duplicate inclusion of linux/profile.h from kernel/profile.c
    
    Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/profile.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/profile.c b/kernel/profile.c
index e64c2da..3b7a1b0 100644
--- a/kernel/profile.c
+++ b/kernel/profile.c
@@ -20,7 +20,6 @@
 #include <linux/mm.h>
 #include <linux/cpumask.h>
 #include <linux/cpu.h>
-#include <linux/profile.h>
 #include <linux/highmem.h>
 #include <linux/mutex.h>
 #include <asm/sections.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