diff mbox

HPMC in lba_pat_out8 on rp3440

Message ID 20101120210120.GA20947@hiauly1.hia.nrc.ca (mailing list archive)
State Accepted
Headers show

Commit Message

John David Anglin Nov. 20, 2010, 9:01 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/parisc/lba_pci.c b/drivers/parisc/lba_pci.c
index 3aeb327..3a2a7cb 100644
--- a/drivers/parisc/lba_pci.c
+++ b/drivers/parisc/lba_pci.c
@@ -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;
diff --git a/drivers/parisc/superio.c b/drivers/parisc/superio.c
index f7806d8..1f2f641 100644
--- a/drivers/parisc/superio.c
+++ b/drivers/parisc/superio.c
@@ -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;