Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7bda183d4e3f6027ae9181c176a459423d04748
Commit:     e7bda183d4e3f6027ae9181c176a459423d04748
Parent:     aa39be09dfd7e95509cadcdb99cf7eb470d83c46
Author:     Tony Breeds <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 30 14:55:04 2007 +1100
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu Nov 8 14:15:31 2007 +1100

    [POWERPC] Fix build failure when CONFIG_VIRT_CPU_ACCOUNTING is not defined
    
    Without this patch I get the following build failure
      CC      arch/powerpc/platforms/celleb/setup.o
    arch/powerpc/platforms/celleb/setup.c:151: error: 'generic_calibrate_decr' 
undeclared here (not in a function)
    
    Signed-off-by: Tony Breeds <[EMAIL PROTECTED]>
    Acked-by: Arnd Bergmann <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/celleb/setup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/celleb/setup.c 
b/arch/powerpc/platforms/celleb/setup.c
index 1769d75..ddfb35a 100644
--- a/arch/powerpc/platforms/celleb/setup.c
+++ b/arch/powerpc/platforms/celleb/setup.c
@@ -49,6 +49,7 @@
 #include <asm/machdep.h>
 #include <asm/cputable.h>
 #include <asm/irq.h>
+#include <asm/time.h>
 #include <asm/spu_priv1.h>
 #include <asm/firmware.h>
 #include <asm/of_platform.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