diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 23:19:02 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 10:25:43 +0100 |
commit | 863753a81e4f863015be34900dc2ba3637622f34 (patch) | |
tree | 9843fbb5b8f972f488d056c3dd11de483064b27d /arch/arm/mach-iop32x/Makefile | |
parent | 48388b2a56ae5e0f1c422e84d536f31729469b17 (diff) | |
download | linux-863753a81e4f863015be34900dc2ba3637622f34.tar.gz linux-863753a81e4f863015be34900dc2ba3637622f34.tar.bz2 linux-863753a81e4f863015be34900dc2ba3637622f34.zip |
[ARM] 3823/1: iop3xx: switch iop32x/iop33x over to shared time code
Switch the iop32x and iop33x code over to the common time implementation,
and remove the (nearly identical) iop32x and iop33x time implementations.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop32x/Makefile')
-rw-r--r-- | arch/arm/mach-iop32x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/Makefile b/arch/arm/mach-iop32x/Makefile index 7266224ab6d7..ef561db20c9b 100644 --- a/arch/arm/mach-iop32x/Makefile +++ b/arch/arm/mach-iop32x/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -obj-y := common.o setup.o irq.o time.o +obj-y := common.o setup.o irq.o obj-m := obj-n := obj- := |