OSDN Git Service

mfd: davinci_voicecodec: Remove pointless #include
authorArnd Bergmann <arnd@arndb.de>
Mon, 22 Jul 2019 11:47:13 +0000 (13:47 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 25 Jul 2019 13:21:43 +0000 (14:21 +0100)
commitb5e29aa880be84c271be8d0726cec4018bfbfd74
tree59b1c0c140b8a0d30a27612f8869c212ac27b7b5
parent197df18f7038178ef9c5806db1eff8e494381fa6
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>
drivers/mfd/davinci_voicecodec.c