Skip to content

Commit 7a1415e

Browse files
committed
Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer: "Two changes, one a trivial white space clean up, the other removes the unnecessary local pcibios_setup() code" * tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar" m68k/pci: Drop useless pcibios_setup()
2 parents 68d76d4 + cf18ecd commit 7a1415e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

arch/m68k/coldfire/dma_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static struct clocksource clocksource_cf_dt = {
4848
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
4949
};
5050

51-
static int __init init_cf_dt_clocksource(void)
51+
static int __init init_cf_dt_clocksource(void)
5252
{
5353
/*
5454
* We setup DMA timer 0 in free run mode. This incrementing counter is

arch/m68k/kernel/pcibios.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ void pcibios_fixup_bus(struct pci_bus *bus)
9292
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
9393
}
9494
}
95-
96-
char *pcibios_setup(char *str)
97-
{
98-
return str;
99-
}
100-

0 commit comments

Comments
 (0)