tty: remove use of __devinit
[deliverable/linux.git] / drivers / tty / serial / jsm / jsm_driver.c
index bbd459226ee0752850889b4b61daf3698b957757..5b57c8eecfc983d413e1266d3affa6f7cbceda58 100644 (file)
@@ -64,7 +64,7 @@ int jsm_debug;
 module_param(jsm_debug, int, 0);
 MODULE_PARM_DESC(jsm_debug, "Driver debugging level");
 
-static int __devinit jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent)
+static int jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        int rc = 0;
        struct jsm_board *brd;
This page took 0.026422 seconds and 5 git commands to generate.