Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=09db9487b099bb18089cc9bff321a84e7494ec50
Commit:     09db9487b099bb18089cc9bff321a84e7494ec50
Parent:     c7d4896621d42c84956911afd5f10a5d317c781a
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Sat Nov 17 22:57:03 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Sat Nov 17 22:57:03 2007 +0800

    Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> 
"CONFIG_RTC_DRV_BFIN_MODULE"
    
    i'm *reasonably* confident that this is a typo that should be fixed.
    
    Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 arch/blackfin/mach-bf533/boards/H8606.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/mach-bf533/boards/H8606.c 
b/arch/blackfin/mach-bf533/boards/H8606.c
index 215bb08..6bcf404 100644
--- a/arch/blackfin/mach-bf533/boards/H8606.c
+++ b/arch/blackfin/mach-bf533/boards/H8606.c
@@ -50,7 +50,7 @@
  */
 const char bfin_board_name[] = "HV Sistemas H8606";
 
-#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_BFIN_MODULE)
+#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
 static struct platform_device rtc_device = {
        .name = "rtc-bfin",
        .id   = -1,
-
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