ARM: davinci: remove dead code related to MAC address reading
There are no more users of davinci_get_mac_addr(). Remove it. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
8901501656
commit
19e99de9a5
@ -26,21 +26,6 @@ EXPORT_SYMBOL(davinci_soc_info);
|
|||||||
void __iomem *davinci_intc_base;
|
void __iomem *davinci_intc_base;
|
||||||
int davinci_intc_type;
|
int davinci_intc_type;
|
||||||
|
|
||||||
void davinci_get_mac_addr(struct nvmem_device *nvmem, void *context)
|
|
||||||
{
|
|
||||||
char *mac_addr = davinci_soc_info.emac_pdata->mac_addr;
|
|
||||||
off_t offset = (off_t)context;
|
|
||||||
|
|
||||||
if (!IS_BUILTIN(CONFIG_NVMEM)) {
|
|
||||||
pr_warn("Cannot read MAC addr from EEPROM without CONFIG_NVMEM\n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Read MAC addr from EEPROM */
|
|
||||||
if (nvmem_device_read(nvmem, offset, ETH_ALEN, mac_addr) == ETH_ALEN)
|
|
||||||
pr_info("Read MAC addr from EEPROM: %pM\n", mac_addr);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int __init davinci_init_id(struct davinci_soc_info *soc_info)
|
static int __init davinci_init_id(struct davinci_soc_info *soc_info)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
@ -46,5 +46,4 @@ enum {
|
|||||||
EMAC_VERSION_2, /* DM646x */
|
EMAC_VERSION_2, /* DM646x */
|
||||||
};
|
};
|
||||||
|
|
||||||
void davinci_get_mac_addr(struct nvmem_device *nvmem, void *context);
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user