From 5cf7a3ca5bfec0c62bd7ebdecd11320c47dc9be6 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 8 Dec 2010 12:05:47 +0100 Subject: rtl8139: Declare as little endian This patch replaces explicit bswaps with endianness hints to the mmio layer. Because we don't depend on the target endianness anymore, we can also move the driver over to Makefile.objs. Signed-off-by: Alexander Graf Signed-off-by: Blue Swirl --- Makefile.target | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 39d8df994b..8bef8e38c2 100644 --- a/Makefile.target +++ b/Makefile.target @@ -209,9 +209,6 @@ obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o # USB layer obj-$(CONFIG_USB_OHCI) += usb-ohci.o -# PCI network cards -obj-$(CONFIG_RTL8139_PCI) += rtl8139.o - # Inter-VM PCI shared memory obj-$(CONFIG_KVM) += ivshmem.o -- cgit v1.2.3