From: Charles Clément Date: Wed, 19 May 2010 18:30:51 +0000 (-0700) Subject: Staging: vt6655: use is_multicast_ether_addr instead of custom macro X-Git-Tag: v2.6.36-rc1~520^2~1^2~481 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670ea81eadf68fa68023731e3f747fd6b0c61dd4;p=pandora-kernel.git Staging: vt6655: use is_multicast_ether_addr instead of custom macro Replace custom macro IS_MULTICAST_ADDRESS by is_multicast_ether_addr from . Remove linux/if_ether.h include as it is included in linux/etherdevice.h already. Signed-off-by: Charles Clément Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed