Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57753
b: refs/heads/master
c: 8c678b1
h: refs/heads/master
i:
  57751: d3c5690
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed May 27, 2007
1 parent 24c5904 commit fdd75e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fe077fd381048293134fbc6011d7e4633edc0c5
refs/heads/master: 8c678b101a08a6543e62ab60aace93042456aa9d
8 changes: 4 additions & 4 deletions trunk/drivers/parisc/superio.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ int superio_fixup_irq(struct pci_dev *pcidev)
return local_irq;
}

static void __devinit superio_serial_init(void)
static void __init superio_serial_init(void)
{
#ifdef CONFIG_SERIAL_8250
int retval;
Expand Down Expand Up @@ -423,7 +423,7 @@ static void __devinit superio_serial_init(void)
}


static void __devinit superio_parport_init(void)
static void __init superio_parport_init(void)
{
#ifdef CONFIG_PARPORT_PC
if (!parport_pc_probe_port(sio_dev.pp_base,
Expand All @@ -450,7 +450,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 __devinit
static int __init
superio_probe(struct pci_dev *dev, const struct pci_device_id *id)
{
struct superio_device *sio = &sio_dev;
Expand Down Expand Up @@ -485,7 +485,7 @@ superio_probe(struct pci_dev *dev, const struct pci_device_id *id)
return -ENODEV;
}

static struct pci_device_id superio_tbl[] = {
static const struct pci_device_id superio_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO) },
{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_USB) },
{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415) },
Expand Down

0 comments on commit fdd75e4

Please sign in to comment.