diff options
| author | Christoph Hellwig <hch@lst.de> | 2005-01-10 12:58:17 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-01-10 12:58:17 -0500 |
| commit | 4cc329ec856b828bb5dc306d9d0574619b8815a0 (patch) | |
| tree | 433f472c08fa2254deb9de1e9b2514b7a7074801 /include/linux | |
| parent | 585026671bbea2a1a54ffa11ba8ede0b623919a3 (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.h | 1 |
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); |
