[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:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user