[PATCH 0/5] remove custom implementation of hex_to_bin()

From: Andy Shevchenko
Date: Fri Jul 23 2010 - 09:18:53 EST


Remove custom implementation of recently introduced hex_to_bin() method. All
changes related to the network subsystem in the kernel.

Andy Shevchenko (5):
drivers: atm: don't use private copy of hex_to_bin()
drivers: net: use newly introduced hex_to_bin()
usb: usbnet: use newly introduced hex_to_bin()
wireless: use newly introduced hex_to_bin()
net: core: don't use own hex_to_bin() method

drivers/atm/nicstar.c | 15 ++-------------
drivers/net/ksz884x.c | 11 +++++------
drivers/net/usb/usbnet.c | 13 ++-----------
drivers/net/wireless/ray_cs.c | 23 ++---------------------
net/core/pktgen.c | 36 ++++++++++++------------------------
5 files changed, 23 insertions(+), 75 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/