diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-22 14:23:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-18 18:15:44 -0500 |
commit | 6ed3e2acc7995625625592abe8cd3383c34a471b (patch) | |
tree | 5c34373aa5c6a468f176f70c7f9528ead08536b4 /drivers/mfd/mcp-sa11x0.c | |
parent | 54292a4649a5dd93562d10f188a8e201afebfe2f (diff) |
MFD: mcp-sa11x0/assabet: move assabet reset handling out of mcp-sa11x0.c
Move the assabet specific reset handling out of mcp-sa11x0.c, into its
board file. This leaves the mcp code free from all board specific
details.
Acked-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/mcp-sa11x0.c')
-rw-r--r-- | drivers/mfd/mcp-sa11x0.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mfd/mcp-sa11x0.c b/drivers/mfd/mcp-sa11x0.c index c381436ed3de..1c0ceacaa1f6 100644 --- a/drivers/mfd/mcp-sa11x0.c +++ b/drivers/mfd/mcp-sa11x0.c | |||
@@ -27,8 +27,6 @@ | |||
27 | #include <asm/system.h> | 27 | #include <asm/system.h> |
28 | #include <mach/mcp.h> | 28 | #include <mach/mcp.h> |
29 | 29 | ||
30 | #include <mach/assabet.h> | ||
31 | |||
32 | #define DRIVER_NAME "sa11x0-mcp" | 30 | #define DRIVER_NAME "sa11x0-mcp" |
33 | 31 | ||
34 | struct mcp_sa11x0 { | 32 | struct mcp_sa11x0 { |
@@ -208,10 +206,6 @@ static int mcp_sa11x0_probe(struct platform_device *dev) | |||
208 | 206 | ||
209 | platform_set_drvdata(dev, mcp); | 207 | platform_set_drvdata(dev, mcp); |
210 | 208 | ||
211 | if (machine_is_assabet()) { | ||
212 | ASSABET_BCR_set(ASSABET_BCR_CODEC_RST); | ||
213 | } | ||
214 | |||
215 | /* | 209 | /* |
216 | * Initialise device. Note that we initially | 210 | * Initialise device. Note that we initially |
217 | * set the sampling rate to minimum. | 211 | * set the sampling rate to minimum. |