Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fde9d16faee27907852b59e7c0cd0741975c37eb
Commit:     fde9d16faee27907852b59e7c0cd0741975c37eb
Parent:     de0723dcca6e593a12a259798a54eb0e82628fb8
Author:     Josh Boyer <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 07:04:58 2008 -0600
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 21:02:51 2008 -0600

    [POWERPC] 4xx: Fix Walnut build
    
    The addition of of_rtc for the Walnut board was only half complete.  Select
    OF_RTC in the Kconfig and include the appropriate header to make it compile.
    
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/40x/Kconfig  |    1 +
 arch/powerpc/platforms/40x/walnut.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/40x/Kconfig 
b/arch/powerpc/platforms/40x/Kconfig
index 74f3117..a9260e2 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -72,6 +72,7 @@ config WALNUT
        default y
        select 405GP
        select PCI
+       select OF_RTC
        help
          This option enables support for the IBM PPC405GP evaluation board.
 
diff --git a/arch/powerpc/platforms/40x/walnut.c 
b/arch/powerpc/platforms/40x/walnut.c
index 5d9edd9..b8b257e 100644
--- a/arch/powerpc/platforms/40x/walnut.c
+++ b/arch/powerpc/platforms/40x/walnut.c
@@ -18,6 +18,7 @@
 
 #include <linux/init.h>
 #include <linux/of_platform.h>
+#include <linux/rtc.h>
 
 #include <asm/machdep.h>
 #include <asm/prom.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