X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68knommu%2Fkernel%2Fcomempci.c;h=8670938f1107a5f9c6a03d2e9bce29ca2d53f19e;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=68aa14f4a0207a86a20290b393c27bac85bdb140;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/arch/m68knommu/kernel/comempci.c b/arch/m68knommu/kernel/comempci.c index 68aa14f4a..8670938f1 100644 --- a/arch/m68knommu/kernel/comempci.c +++ b/arch/m68knommu/kernel/comempci.c @@ -351,8 +351,6 @@ char *pcibios_setup(char *option) } /*****************************************************************************/ -struct pci_fixup pcibios_fixups[] = { { 0 } }; - void pcibios_fixup_bus(struct pci_bus *b) { } @@ -419,7 +417,7 @@ void pci_outw(unsigned short val, unsigned int addr) volatile unsigned short *sp; #ifdef DEBUGIO - printk(KERN_DEBUG "pci_outw(val=%04x,addr=%x)", val, addr); + printk(KERN_DEBUG "pci_outw(val=%04x,addr=%x)\n", val, addr); #endif rp = (volatile unsigned long *) COMEM_BASE; @@ -470,7 +468,7 @@ unsigned char pci_inb(unsigned int addr) unsigned char val; #ifdef DEBUGIO - printk(KERN_DEBUG "pci_inb(addr=%x)", addr); + printk(KERN_DEBUG "pci_inb(addr=%x)\n", addr); #endif rp = (volatile unsigned long *) COMEM_BASE;