Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77384
b: refs/heads/master
c: 7285846
h: refs/heads/master
v: v3
  • Loading branch information
Martin Strubel authored and Bryan Wu committed Dec 24, 2007
1 parent 887e59d commit dad2525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8baf560b4c901fb554d15e056aaa7f34b2345be5
refs/heads/master: 7285846ff8d09879cacac5c6d40fc8e8443c7cf0
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/mach-bf537/boards/generic_board.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,11 @@ void native_machine_restart(char *cmd)
bfin_gpio_reset_spi0_ssel1();
}

#if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
void bfin_get_ether_addr(char *addr)
{
random_ether_addr(addr);
printk(KERN_WARNING "%s:%s: Setting Ethernet MAC to a random one\n", __FILE__, __func__);
}
EXPORT_SYMBOL(bfin_get_ether_addr);
#endif

0 comments on commit dad2525

Please sign in to comment.