login
Header Space

 
 

arch/parisc/kernel/perf_asm.S: build fix

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Thursday, May 15, 2008 - 4:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c913f9...
Commit:     c913f94d86d75492af6222d268c53df236194afb
Parent:     3378f7ec6cbc04c64ec8512847ac96fb7f376d93
Author:     Kyle McMartin <kyle@mcmartin.ca>
AuthorDate: Thu May 15 10:57:33 2008 -0400
Committer:  Kyle McMartin <kyle@mcmartin.ca>
CommitDate: Thu May 15 11:03:46 2008 -0400

    arch/parisc/kernel/perf_asm.S: build fix
    
    Missing <linux/init.h> header for __HEAD macro.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
---
 arch/parisc/kernel/perf_asm.S |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/parisc/kernel/perf_asm.S b/arch/parisc/kernel/perf_asm.S
index b2a9d05..d411dfb 100644
--- a/arch/parisc/kernel/perf_asm.S
+++ b/arch/parisc/kernel/perf_asm.S
@@ -20,6 +20,8 @@
  */
 
 #include <asm/assembly.h>
+
+#include <linux/init.h>
 #include <linux/linkage.h>
 
 #ifdef CONFIG_64BIT
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
arch/parisc/kernel/perf_asm.S: build fix, Linux Kernel Mailing List..., (Thu May 15, 4:59 pm)
speck-geostationary