dl2k: stop using net_device.{base_addr, irq} and convert to __iomem.
authorFrancois Romieu <romieu@fr.zoreil.com>
Fri, 9 Mar 2012 17:09:35 +0000 (18:09 +0100)
committerFrancois Romieu <romieu@fr.zoreil.com>
Sat, 7 Apr 2012 09:47:17 +0000 (11:47 +0200)
commit5e3cc4e3aaeae953c224bbe92f0ea8d90dfb1b63
tree17036a76bef40888a86aa24f2056ffd017157562
parent65712ec016788538d27c0b0452e57b751776914e
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 <romieu@fr.zoreil.com>
drivers/net/ethernet/dlink/dl2k.c
drivers/net/ethernet/dlink/dl2k.h
This page took 0.024874 seconds and 5 git commands to generate.