diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-07-22 13:47:13 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-07-25 15:21:43 +0200 |
commit | b5e29aa880be84c271be8d0726cec4018bfbfd74 (patch) | |
tree | 59b1c0c140b8a0d30a27612f8869c212ac27b7b5 /drivers/mfd/ab8500-debugfs.c | |
parent | mfd: max77620: Add of_node_put() before return (diff) | |
download | linux-b5e29aa880be84c271be8d0726cec4018bfbfd74.tar.xz linux-b5e29aa880be84c271be8d0726cec4018bfbfd74.zip |
mfd: davinci_voicecodec: Remove pointless #include
When building davinci as multiplatform, we get a build error
in this file:
drivers/mfd/davinci_voicecodec.c:22:10: fatal error: 'mach/hardware.h' file not found
The header is only used to access the io_v2p() macro, but the
result is already known because that comes from the resource
a little bit earlier.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions