aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/boards/H8606.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2007-11-17 09:57:03 -0500
committerBryan Wu <bryan.wu@analog.com>2007-11-17 09:57:03 -0500
commit09db9487b099bb18089cc9bff321a84e7494ec50 (patch)
tree87dc108d240cf0234a3778f21a9492aa963d0af6 /arch/blackfin/mach-bf533/boards/H8606.c
parentc7d4896621d42c84956911afd5f10a5d317c781a (diff)
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 <rpjday@crashcourse.ca> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/H8606.c')
-rw-r--r--arch/blackfin/mach-bf533/boards/H8606.c2
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 215bb08ac161..6bcf4047f89c 100644
--- a/arch/blackfin/mach-bf533/boards/H8606.c
+++ b/arch/blackfin/mach-bf533/boards/H8606.c
@@ -50,7 +50,7 @@
50 */ 50 */
51const char bfin_board_name[] = "HV Sistemas H8606"; 51const char bfin_board_name[] = "HV Sistemas H8606";
52 52
53#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_BFIN_MODULE) 53#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
54static struct platform_device rtc_device = { 54static struct platform_device rtc_device = {
55 .name = "rtc-bfin", 55 .name = "rtc-bfin",
56 .id = -1, 56 .id = -1,