]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Remove todc code from ARCH=powerpc
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 3 Oct 2006 06:57:44 +0000 (16:57 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Oct 2006 06:32:30 +0000 (16:32 +1000)
commit0f03a43b8f0fc221986a46654282ec6a1e8c6d45
tree6fb3ecc3ef96255237ed78909651a8d53d497d30
parent5b43d20a4d12d94f258bbbca5fa4df8ff8a17848
[POWERPC] Remove todc code from ARCH=powerpc

Apparently we've copied the todc drivers, for various RTCs used in
embedded machines from ARCH=ppc to ARCH=powerpc, despite the fact that
it's never used in the latter.  This patch removes it.

If we ever need these drivers (which we probably shouldn't now the RTC
class stuff is in), we can transfer them one by one from ARCH=ppc,
removing from the hideous abomination which is the todc
"infrastructure".

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/todc.c [deleted file]
include/asm-powerpc/todc.h [deleted file]