diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-26 16:12:13 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-30 14:44:35 +0000 |
commit | 4bdebe5b4a7216bd6bfca9e9b368abad8e9f9bd9 (patch) | |
tree | d27d95e18f99b18ce0a5e7602f4f561c6027850d /arch/mips/include | |
parent | cea7e2dfdef53fe55f359d00da562a268be06fd2 (diff) | |
download | op-kernel-dev-4bdebe5b4a7216bd6bfca9e9b368abad8e9f9bd9.zip op-kernel-dev-4bdebe5b4a7216bd6bfca9e9b368abad8e9f9bd9.tar.gz |
CHAR: Delete old and now unused DS1286 driver.
It was only used by two SGI platforms which recently were converted to
RTC_LIB and with RTC_LIB enabled the legacy drivers are no more selectable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/ds1286.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/mips/include/asm/ds1286.h b/arch/mips/include/asm/ds1286.h deleted file mode 100644 index 6983b6f..0000000 --- a/arch/mips/include/asm/ds1286.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Machine dependent access functions for RTC registers. - * - * Copyright (C) 2003 Ralf Baechle (ralf@linux-mips.org) - */ -#ifndef _ASM_DS1286_H -#define _ASM_DS1286_H - -#include <ds1286.h> - -#endif /* _ASM_DS1286_H */ |