@@ -1303,7 +1303,7 @@ lba_legacy_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev)
**
**************************************************************************/
-static int __init
+static int __devinit
lba_hw_init(struct lba_device *d)
{
u32 stat;
@@ -1400,7 +1400,7 @@ static unsigned int lba_next_bus = 0;
* If so, initialize the chip and tell other partners in crime they
* have work to do.
*/
-static int __init
+static int __devinit
lba_driver_probe(struct parisc_device *dev)
{
struct lba_device *lba_dev;
@@ -455,7 +455,7 @@ static void superio_fixup_pci(struct pci_dev *pdev)
DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415, superio_fixup_pci);
-static int __init
+static int
superio_probe(struct pci_dev *dev, const struct pci_device_id *id)
{
struct superio_device *sio = &sio_dev;