RTC: rtc-cmos.c: Fix warning on MIPS
authorWu Zhangjin <wuzhangjin@gmail.com>
Thu, 5 Nov 2009 01:21:54 +0000 (09:21 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Dec 2009 01:57:37 +0000 (01:57 +0000)
commit95abd0dfaf5d2741dc9ebe733c9d609629a92b77
treecccafc7c6360fdb37632042d65e086bd46d59fa0
parentcf72e9470dc071c395f7895b5cb9418dca27d07d
RTC: rtc-cmos.c: Fix warning on MIPS

This patch fixes the following warning with RTC_LIB on MIPS:

drivers/rtc/rtc-cmos.c:697:2: warning: #warning Assuming 128 bytes of
RTC+NVRAM address space, not 64 bytes.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: Arnaud Patard <apatard@mandriva.com>
Cc: linux-mips@linux-mips.org
Cc: rtc-linux@googlegroups.com
Cc: Paul Gortmaker <p_gortmaker@yahoo.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Patchwork: http://patchwork.linux-mips.org/patch/570/
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/rtc/rtc-cmos.c