Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Acked-by: Sekhar Nori <[email protected]> Signed-off-by: Lee Jones <[email protected]>
- Loading branch information