summaryrefslogtreecommitdiff
path: root/drivers/net/arcnet/arcnet.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-05-05 10:06:13 -0700
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2015-09-23 08:44:27 +0200
commit8e0f295ea5e712ca30db08a4e3c496e914ee7fef (patch)
tree72c8262a32634a4b21a076f4b36ba0d3688c7a0a /drivers/net/arcnet/arcnet.c
parente15b03625ce1aa5ca4ab782e034af7d5b56e1b19 (diff)
arcnet: Add com9026.h to standardize COM9026_REG_<foo>
Deduplicate the COM9026 registers. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Diffstat (limited to 'drivers/net/arcnet/arcnet.c')
-rw-r--r--drivers/net/arcnet/arcnet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arcnet/arcnet.c b/drivers/net/arcnet/arcnet.c
index bcfdd9123e4f..2158e985a0e7 100644
--- a/drivers/net/arcnet/arcnet.c
+++ b/drivers/net/arcnet/arcnet.c
@@ -53,6 +53,7 @@
#include <linux/jiffies.h>
#include "arcdevice.h"
+#include "com9026.h"
/* "do nothing" functions for protocol drivers */
static void null_rx(struct net_device *dev, int bufnum,