diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-11-13 18:27:38 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-11-28 22:47:22 +0100 |
commit | cb74dc3ba2ba9390572c3b6a8f9780b00f02036e (patch) | |
tree | e754f7e020922117bb9a90947c750179de1ba152 /include/linux/i2c/pxa-i2c.h | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.tar.gz linux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.tar.bz2 linux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.zip |
ARM: pxa: move declarations to proper place
Platform data is not the right place for such declarations, use
devices.h in the mach-directory where the rest is located. Note that the
some board files needed an additional include for this to work.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'include/linux/i2c/pxa-i2c.h')
-rw-r--r-- | include/linux/i2c/pxa-i2c.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/i2c/pxa-i2c.h b/include/linux/i2c/pxa-i2c.h index 53aab243cbd8..5236f216dfae 100644 --- a/include/linux/i2c/pxa-i2c.h +++ b/include/linux/i2c/pxa-i2c.h @@ -71,15 +71,4 @@ struct i2c_pxa_platform_data { unsigned char master_code; unsigned long rate; }; - -extern void pxa_set_i2c_info(struct i2c_pxa_platform_data *info); - -#ifdef CONFIG_PXA27x -extern void pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info); -#endif - -#ifdef CONFIG_PXA3xx -extern void pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info); -#endif - #endif |