Browse Source

rtc: omap: remove unused register-base define

Remove register-base define, which is no longer used.

Signed-off-by: Johan Hovold <johan@kernel.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Benot Cousson <bcousson@baylibre.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Keerthy J <j-keerthy@ti.com>
Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Johan Hovold 10 years ago
parent
commit
8777340a56
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/rtc/rtc-omap.c

+ 0 - 2
drivers/rtc/rtc-omap.c

@@ -41,8 +41,6 @@
 
 
 #define	DRIVER_NAME			"omap_rtc"
 #define	DRIVER_NAME			"omap_rtc"
 
 
-#define OMAP_RTC_BASE			0xfffb4800
-
 /* RTC registers */
 /* RTC registers */
 #define OMAP_RTC_SECONDS_REG		0x00
 #define OMAP_RTC_SECONDS_REG		0x00
 #define OMAP_RTC_MINUTES_REG		0x04
 #define OMAP_RTC_MINUTES_REG		0x04