From: Francois Romieu Date: Fri, 9 Mar 2012 17:09:35 +0000 (+0100) Subject: dl2k: stop using net_device.{base_addr, irq} and convert to __iomem. X-Git-Tag: v3.5-rc1~109^2~538 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3cc4e3aaeae953c224bbe92f0ea8d90dfb1b63;p=pandora-kernel.git dl2k: stop using net_device.{base_addr, irq} and convert to __iomem. The eeprom registers always use the same PCI bar whereas the general registers may either use the same mapping as the eeprom registers or a different one. It is thus possible to simplify parse_eeprom(). Signed-off-by: Francois Romieu --- Reading git-diff-tree failed