commit | 5e3cc4e3aaeae953c224bbe92f0ea8d90dfb1b63 | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Fri Mar 09 18:09:35 2012 +0100 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Sat Apr 07 11:47:17 2012 +0200 |
tree | 17036a76bef40888a86aa24f2056ffd017157562 | |
parent | 65712ec016788538d27c0b0452e57b751776914e [diff] |
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>