diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-11-25 03:40:37 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 03:40:37 -0500 |
commit | 411c41eea58bd3500cf897e2c27dd5330935a3a8 (patch) | |
tree | c6987d1351581def73321b7c8d518ac75db876a2 /drivers/block/aoe/aoe.h | |
parent | 9c8f92aed16dbd1924910f3305f5992a4f29fe2a (diff) |
aoe: remove private mac address format function
Add %pm to omit the colons when printing a mac address.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 93f3690396a5..c237527b1aa5 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h | |||
@@ -200,4 +200,3 @@ void aoenet_xmit(struct sk_buff_head *); | |||
200 | int is_aoe_netif(struct net_device *ifp); | 200 | int is_aoe_netif(struct net_device *ifp); |
201 | int set_aoe_iflist(const char __user *str, size_t size); | 201 | int set_aoe_iflist(const char __user *str, size_t size); |
202 | 202 | ||
203 | unsigned long long mac_addr(char addr[6]); | ||