diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-07-02 13:54:46 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-12 21:43:45 +0100 |
commit | 0fc3ff31f1f0fa023bb61e9336a7aa3591f2dffe (patch) | |
tree | b79db8f3e7e1d063115ba62f8ab2a03633a50ae7 /arch/arm/mach-pxa/mainstone.c | |
parent | 5a58d4bb66b1d68e4b9319dd5b89078bad2a7f64 (diff) | |
download | kernel-crypto-0fc3ff31f1f0fa023bb61e9336a7aa3591f2dffe.tar.gz kernel-crypto-0fc3ff31f1f0fa023bb61e9336a7aa3591f2dffe.tar.xz kernel-crypto-0fc3ff31f1f0fa023bb61e9336a7aa3591f2dffe.zip |
[ARM] 5146/1: pxa2xx: convert all boards to call pxa2xx_transceiver_mode helper
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/mainstone.c')
-rw-r--r-- | arch/arm/mach-pxa/mainstone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/mainstone.c b/arch/arm/mach-pxa/mainstone.c index f2e9e7c4da8..8cd3f81558c 100644 --- a/arch/arm/mach-pxa/mainstone.c +++ b/arch/arm/mach-pxa/mainstone.c @@ -455,6 +455,7 @@ static void mainstone_irda_transceiver_mode(struct device *dev, int mode) } else if (mode & IR_FIRMODE) { MST_MSCWR1 |= MST_MSCWR1_IRDA_FIR; } + pxa2xx_transceiver_mode(dev, mode); if (mode & IR_OFF) { MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_OFF; } else { |