]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: vt6655: use is_multicast_ether_addr instead of custom macro
authorCharles Clément <caratorn@gmail.com>
Wed, 19 May 2010 18:30:51 +0000 (11:30 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 17:06:53 +0000 (10:06 -0700)
commitba6ae16db161721601aa953cf44ee380a329ebc4
treea771958e427785b2093d12f4c1b424cbc504f3e1
parentb015069ba21e2c850b1325187f70c3d6f8bf10eb
Staging: vt6655: use is_multicast_ether_addr instead of custom macro

Replace custom macro IS_MULTICAST_ADDRESS by is_multicast_ether_addr
from <linux/etherdevice.h>.
Remove linux/if_ether.h include as it is included in
linux/etherdevice.h already.

Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vt6655/device_main.c
drivers/staging/vt6655/dpc.c
drivers/staging/vt6655/mib.c
drivers/staging/vt6655/rxtx.c
drivers/staging/vt6655/tether.h