]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
authorAndrew Lunn <andrew@lunn.ch>
Tue, 6 Mar 2012 06:31:04 +0000 (07:31 +0100)
committerJason Cooper <jason@lakedaemon.net>
Fri, 16 Mar 2012 04:28:40 +0000 (04:28 +0000)
It is not used anywhere in the sound driver.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/common.c
arch/arm/plat-orion/include/plat/audio.h

index 77d4852e19f283e3b06f1fd63e9ff61707f99146..79a9fe7e96a0d9c1daed8fef3626c6ef5c71c20c 100644 (file)
@@ -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,
index 885f8abd927b1de4cf47dc485ea203625e43db7b..d6a55bd2e578c804e56fcd578fa28bafea41d2d8 100644 (file)
@@ -2,7 +2,6 @@
 #define __PLAT_AUDIO_H
 
 struct kirkwood_asoc_platform_data {
-       u32 tclk;
        int burst;
 };
 #endif