Skip to content

Commit 2b99c47

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu fix from Greg Ungerer: "A single compile time fix" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k/coldfire: change pll var. to clk_pll
2 parents 4010a52 + 9f66861 commit 2b99c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68k/coldfire/m525x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DEFINE_CLK(pll, "pll.0", MCF_CLK);
2626
DEFINE_CLK(sys, "sys.0", MCF_BUSCLK);
2727

2828
static struct clk_lookup m525x_clk_lookup[] = {
29-
CLKDEV_INIT(NULL, "pll.0", &pll),
29+
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
3030
CLKDEV_INIT(NULL, "sys.0", &clk_sys),
3131
CLKDEV_INIT("mcftmr.0", NULL, &clk_sys),
3232
CLKDEV_INIT("mcftmr.1", NULL, &clk_sys),

0 commit comments

Comments
 (0)