diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-03-06 10:31:04 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-03-16 08:28:40 +0400 |
commit | 7399532065a68cce8b0ea18aace7ded45bfb205f (patch) | |
tree | 8f6446abe9919800f984f9f641380be73b766d65 /arch/arm/plat-orion | |
parent | d34b7d452397d16a895b9a0eddcf6b69f46074d2 (diff) | |
download | linux-7399532065a68cce8b0ea18aace7ded45bfb205f.tar.xz |
ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
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>
Diffstat (limited to 'arch/arm/plat-orion')
-rw-r--r-- | arch/arm/plat-orion/include/plat/audio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-orion/include/plat/audio.h b/arch/arm/plat-orion/include/plat/audio.h index 885f8abd927b..d6a55bd2e578 100644 --- a/arch/arm/plat-orion/include/plat/audio.h +++ b/arch/arm/plat-orion/include/plat/audio.h @@ -2,7 +2,6 @@ #define __PLAT_AUDIO_H struct kirkwood_asoc_platform_data { - u32 tclk; int burst; }; #endif |