From: Ben Dooks Date: Tue, 5 Feb 2008 00:02:09 +0000 (+0000) Subject: DM9000: Remove barely used SROM array read. X-Git-Tag: v2.6.25-rc2~2^2~31^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c62fab5aafe33d033d2f616ba8be0527e1c286;p=pandora-kernel.git DM9000: Remove barely used SROM array read. The srom array in the board data is only being used in the device probe routines. The probe also only uses the first 6 bytes of an array we spend 512ms reading 128 bytes from. Change to reading the MAC area directly to the MAC address structure. As a side product, we rename the read_srom_word to dm9000_read_eeprom to bring it into line with the rest of the driver. No change is made to the delay in this function, which will be dealt with in a later patch. Signed-off-by: Ben Dooks Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed