From: Gabor Juhos Date: Thu, 17 Oct 2013 07:42:27 +0000 (+0200) Subject: rt2x00: rt2800pci: use separate read_eeprom callback for SoC devices X-Git-Tag: v3.13-rc1~105^2~55^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68597ea8674bd6c8983abc2a73e1e707af85f38e;p=pandora-kernel.git rt2x00: rt2800pci: use separate read_eeprom callback for SoC devices Rename the 'rt2800pci_read_eeprom_soc function' to 'rt2800soc_read_eeprom' and use that directly in the SoC specific 'rt2800_ops' structure. Also move the 'rt2800pci_eeprom_read' function into an 'ifdef PCI' section and remove the 'rt2800pci_read_eeprom_soc' call from that. Additionally, remove the dummy inline eeprom functions. Those are not used anymore. Signed-off-by: Gabor Juhos Signed-off-by: John W. Linville --- Reading git-diff-tree failed