summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/hardware/scoop.h
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2009-03-25 10:16:37 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-03-25 10:13:57 +0000
commit17a92a788e3cebca8a817f01e3c0f121f700ee0e (patch)
tree2d57bbb73cd0b0ab11d63c7bba00fa4bb7e561b2 /arch/arm/include/asm/hardware/scoop.h
parent8cb52f788c73cfcbff4aca66063c55baa3e6d313 (diff)
downloadlinux-17a92a788e3cebca8a817f01e3c0f121f700ee0e.tar.bz2
[ARM] 5431/1: scoop: completely drop old-style SCOOP GPIO accessors
Now, as all places that use Scoop GPIO have been converted to use GPIO API, drop old-style accessors completely. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/hardware/scoop.h')
-rw-r--r--arch/arm/include/asm/hardware/scoop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/hardware/scoop.h b/arch/arm/include/asm/hardware/scoop.h
index dfb8330599f9..46492a63a7c4 100644
--- a/arch/arm/include/asm/hardware/scoop.h
+++ b/arch/arm/include/asm/hardware/scoop.h
@@ -63,7 +63,5 @@ struct scoop_pcmcia_config {
extern struct scoop_pcmcia_config *platform_scoop_config;
void reset_scoop(struct device *dev);
-unsigned short __deprecated set_scoop_gpio(struct device *dev, unsigned short bit);
-unsigned short __deprecated reset_scoop_gpio(struct device *dev, unsigned short bit);
unsigned short read_scoop_reg(struct device *dev, unsigned short reg);
void write_scoop_reg(struct device *dev, unsigned short reg, unsigned short data);