commit | 7837951a12fdaf88d2c51ff0757980c00072790c | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Sat Aug 24 15:07:07 2019 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Sat Aug 24 15:09:20 2019 +1000 |
tree | 10fa2ec7a8c397fc9c764c7a01141295bab14535 | |
parent | a4a759b2797ba9eff0dcfcdc532e886440da4e01 [diff] |
drm/mediatek: include dma-mapping header Although it builds fine here in my arm cross compile, it seems either via some other patches in -next or some Kconfig combination, this fails to build for everyone. Include linux/dma-mapping.h should fix it. Signed-off-by: Dave Airlie <airlied@redhat.com>