]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/can/sja1000/ems_pci.c
drivers/net: fix up function prototypes after __dev* removals
[mirror_ubuntu-artful-kernel.git] / drivers / net / can / sja1000 / ems_pci.c
index 5c6d412bafb505f0379ca0ae7f3f2eb5691ad8c8..036a326836b29871d8710f23f5e2d57a6c02ac52 100644 (file)
@@ -220,8 +220,8 @@ static void ems_pci_card_reset(struct ems_pci_card *card)
  * Probe PCI device for EMS CAN signature and register each available
  * CAN channel to SJA1000 Socket-CAN subsystem.
  */
-static int __devinit ems_pci_add_card(struct pci_dev *pdev,
-                                       const struct pci_device_id *ent)
+static int ems_pci_add_card(struct pci_dev *pdev,
+                           const struct pci_device_id *ent)
 {
        struct sja1000_priv *priv;
        struct net_device *dev;