Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arcnet: Remove unused arcnet_<I/O>w macros

The word length macros are unused. Remove them.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>

authored by

Joe Perches and committed by
Michael Grzeschik
4b0dad83 8e0f295e

-10
-10
drivers/net/arcnet/arcdevice.h
··· 358 358 #define arcnet_outsb(addr, offset, buffer, count) \ 359 359 outsb((addr) + BUS_ALIGN * (offset), buffer, count) 360 360 361 - #define arcnet_inw(addr, offset) \ 362 - inw((addr) + BUS_ALIGN * (offset)) 363 - #define arcnet_outw(value, addr, offset) \ 364 - outw(value, (addr) + BUS_ALIGN * (offset)) 365 - 366 - #define arcnet_insw(addr, offset, buffer, count) \ 367 - insw((addr) + BUS_ALIGN * (offset), buffer, count) 368 - #define arcnet_outsw(addr, offset, buffer, count) \ 369 - outsw((addr) + BUS_ALIGN * (offset), buffer, count) 370 - 371 361 #define arcnet_readb(addr, offset) \ 372 362 readb((addr) + (offset)) 373 363 #define arcnet_writeb(value, addr, offset) \