[PATCH] drivers/net/tokenring/: cleanups

This patch contains the follwing cleanups:
- make needlessly global code static
- remove obsolete Emacs settings

Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Adrian Bunk
2005-05-02 03:46:43 +02:00
committed by Jeff Garzik
parent 93ad4fb04f
commit de70b4c87b
12 changed files with 21 additions and 90 deletions

View File

@@ -276,7 +276,8 @@ static void xl_ee_write(struct net_device *dev, int ee_addr, u16 ee_value)
return ;
}
int __devinit xl_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
static int __devinit xl_probe(struct pci_dev *pdev,
const struct pci_device_id *ent)
{
struct net_device *dev ;
struct xl_private *xl_priv ;