diff options
| author | Stefan Roese <[email protected]> | 2013-02-07 01:48:30 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-03-11 17:00:28 -0400 |
| commit | 7c9e89bd1f62ccd76eee8ad4c36185057576dd95 (patch) | |
| tree | 41548e50ff2dddc30913c00200ba8ef41dd6d0c5 /drivers | |
| parent | efd7c11404e59874d4da86d04cab4acacf77d793 (diff) | |
ppc: Remove PCIPPC2 and PCIPPC6 boards
These boards seem to be unmaintained for quite some time. So lets
remove support for them completely. This also cleans up some
common drivers/files.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Guillaume Alexandre <[email protected]>
Acked-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/rtc/mk48t59.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/rtc/mk48t59.c b/drivers/rtc/mk48t59.c index e2858232d05..3af2623eb8b 100644 --- a/drivers/rtc/mk48t59.c +++ b/drivers/rtc/mk48t59.c @@ -49,20 +49,6 @@ static void rtc_write (short reg, uchar val) out8(RTC_PORT_DATA, val); } -#elif defined(CONFIG_PCIPPC2) - -#include "../board/pcippc2/pcippc2.h" - -static uchar rtc_read (short reg) -{ - return in8(RTC(reg)); -} - -static void rtc_write (short reg, uchar val) -{ - out8(RTC(reg),val); -} - #elif defined(CONFIG_EVAL5200) static uchar rtc_read (short reg) |
