rtc: Clean drivers/rtc/Makefile

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek
2008-07-14 19:45:37 +02:00
committed by Wolfgang Denk
parent a4a549b4b5
commit 871c18dd30
26 changed files with 49 additions and 55 deletions

View File

@@ -36,8 +36,7 @@
#include <command.h>
#include <rtc.h>
#if defined(CONFIG_RTC_DS1556) && defined(CONFIG_CMD_DATE)
#if defined(CONFIG_CMD_DATE)
static uchar rtc_read( unsigned int addr );
static void rtc_write( unsigned int addr, uchar val);