diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-04-15 23:17:11 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-04-29 09:08:40 +0300 |
commit | 67e38f578aaebf34fc1278bbe45a78ee8c73dd33 (patch) | |
tree | 8a5805128d26318ade6dc2b8357516f0a18da950 /sound/soc/cirrus/snappercl15.c | |
parent | dfb6db007a56998e53e5ba5fb798b2e830b7feca (diff) | |
download | linux-67e38f578aaebf34fc1278bbe45a78ee8c73dd33.tar.xz |
ARM: ep93xx: move pinctrl interfaces into include/linux/soc
ep93xx does not have a proper pinctrl driver, but does things
ad-hoc through mach/platform.h, which is also used for setting
up the boards.
To avoid using mach/*.h headers completely, let's move the interfaces
into include/linux/soc/. This is far from great, but gets the job
done here, without the need for a proper pinctrl driver.
Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'sound/soc/cirrus/snappercl15.c')
-rw-r--r-- | sound/soc/cirrus/snappercl15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/cirrus/snappercl15.c b/sound/soc/cirrus/snappercl15.c index 11ff7b2672b2..dea4909154c8 100644 --- a/sound/soc/cirrus/snappercl15.c +++ b/sound/soc/cirrus/snappercl15.c @@ -13,12 +13,12 @@ #include <linux/platform_device.h> #include <linux/module.h> +#include <linux/soc/cirrus/ep93xx.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/soc.h> #include <asm/mach-types.h> -#include <mach/hardware.h> #include "../codecs/tlv320aic23.h" |