Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73995320 authored by Andrew Lunn's avatar Andrew Lunn Committed by Jason Cooper
Browse files

ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.



It is not used anywhere in the sound driver.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent d34b7d45
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -450,7 +450,6 @@ void __init kirkwood_init(void)
{
	printk(KERN_INFO "Kirkwood: %s, TCLK=%d.\n",
		kirkwood_id(), kirkwood_tclk);
	kirkwood_i2s_data.tclk = kirkwood_tclk;

	/*
	 * Disable propagation of mbus errors to the CPU local bus,
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
#define __PLAT_AUDIO_H

struct kirkwood_asoc_platform_data {
	u32 tclk;
	int burst;
};
#endif