summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-01-10 12:58:17 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-01-10 12:58:17 -0500
commit4cc329ec856b828bb5dc306d9d0574619b8815a0 (patch)
tree433f472c08fa2254deb9de1e9b2514b7a7074801 /include/linux
parent585026671bbea2a1a54ffa11ba8ede0b623919a3 (diff)
[PATCH] mark arcdev_setup static
It's only used in arcnet.c, and following the model of the other link layers it doesn't make sense to use it outside alloc_arcdev() either.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/arcdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/arcdevice.h b/include/linux/arcdevice.h
index bd4364daf948..7198f129e135 100644
--- a/include/linux/arcdevice.h
+++ b/include/linux/arcdevice.h
@@ -343,7 +343,6 @@ void arcnet_dump_packet(struct net_device *dev, int bufnum, char *desc,
void arcnet_unregister_proto(struct ArcProto *proto);
irqreturn_t arcnet_interrupt(int irq, void *dev_id, struct pt_regs *regs);
-void arcdev_setup(struct net_device *dev);
struct net_device *alloc_arcdev(char *name);
void arcnet_rx(struct net_device *dev, int bufnum);