arcnet: Remove unused arcnet_<I/O>w macros
authorJoe Perches <joe@perches.com>
Tue, 5 May 2015 17:06:14 +0000 (10:06 -0700)
committerMichael Grzeschik <m.grzeschik@pengutronix.de>
Wed, 23 Sep 2015 06:44:28 +0000 (08:44 +0200)
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>
drivers/net/arcnet/arcdevice.h

index 2577485..4c1c44c 100644 (file)
@@ -358,16 +358,6 @@ void arcnet_timeout(struct net_device *dev);
 #define arcnet_outsb(addr, offset, buffer, count)                      \
        outsb((addr) + BUS_ALIGN * (offset), buffer, count)
 
-#define arcnet_inw(addr, offset)                                       \
-       inw((addr) + BUS_ALIGN * (offset))
-#define arcnet_outw(value, addr, offset)                               \
-       outw(value, (addr) + BUS_ALIGN * (offset))
-
-#define arcnet_insw(addr, offset, buffer, count)                       \
-       insw((addr) + BUS_ALIGN * (offset), buffer, count)
-#define arcnet_outsw(addr, offset, buffer, count)                      \
-       outsw((addr) + BUS_ALIGN * (offset), buffer, count)
-
 #define arcnet_readb(addr, offset)                                     \
        readb((addr) + (offset))
 #define arcnet_writeb(value, addr, offset)                             \