From: Francois Romieu Date: Tue, 13 Mar 2012 10:14:17 +0000 (+0100) Subject: sis900: stop using net_device.{base_addr, irq} and convert to __iomem. X-Git-Tag: v3.5-rc1~109^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d6d456cfb89264f87d24f52640ede23fdf12bd;p=pandora-kernel.git sis900: stop using net_device.{base_addr, irq} and convert to __iomem. - pci_resource_start() can be removed from sis900_get_mac_addr() because the IO range is maped and stored into the device private struct early in the device probe function. - the driver contains a few direct accesses to low IO ports that forbid to re(#)define the usual out{l, w, b} macros. Signed-off-by: Francois Romieu Cc: Daniele Venzano --- Reading git-diff-tree failed