Adrian Bunk <bunk@xxxxxxxxx> wrote: > > /* > - * This routine will clock the Read_Status_reg function into the X2520 > - * eeprom, then pull the result from bit 16 of the NicSTaR's General Purpose > - * register. > - */ > - > -u_int32_t > -nicstar_read_eprom_status( virt_addr_t base ) I'd be inclined to whack an #if 0 around functions such as this rather than removing them. Someone may come along one day and do some work on the driver, and nicstar_read_eprom_status() may prove to be useful to them. Nobody would ever thing to go trolling back through the revision history looking to see if previously-interesting stuff was deleted. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html