All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] include/linux/if_ether.h: Remove unused #define MAC_FMT
@ 2010-08-24 19:30 Joe Perches
  2010-08-24 21:47 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2010-08-24 19:30 UTC (permalink / raw)
  To: netdev; +Cc: LKML

Last use was removed, so remove the #define.

Signed-off-by: Joe Perches <joe@perches.com>
---
 include/linux/if_ether.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h
index bed7a46..f9c3df0 100644
--- a/include/linux/if_ether.h
+++ b/include/linux/if_ether.h
@@ -137,8 +137,6 @@ extern struct ctl_table ether_table[];
 
 extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
 
-#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
-
 #endif
 
 #endif	/* _LINUX_IF_ETHER_H */



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] include/linux/if_ether.h: Remove unused #define MAC_FMT
  2010-08-24 19:30 [PATCH net-next] include/linux/if_ether.h: Remove unused #define MAC_FMT Joe Perches
@ 2010-08-24 21:47 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-08-24 21:47 UTC (permalink / raw)
  To: joe; +Cc: netdev, linux-kernel

From: Joe Perches <joe@perches.com>
Date: Tue, 24 Aug 2010 12:30:11 -0700

> Last use was removed, so remove the #define.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

yippie :)  Applied, thanks Joe.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-24 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24 19:30 [PATCH net-next] include/linux/if_ether.h: Remove unused #define MAC_FMT Joe Perches
2010-08-24 21:47 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.