Re: [PATCH -next] media: venus: Include io.h for memremap()

2021-02-05 Thread Fritz Koenig
On Tue, Feb 2, 2021 at 11:51 AM Stephen Boyd wrote: > > This file uses memremap() now, so we should include io.h instead of > relying on any sort of implicit include elsewhere. > > Cc: Dikshita Agarwal > Fixes: 0ca0ca980505 ("media: venus: core: add support to dump FW region") > Signed-off-by: St

[PATCH -next] media: venus: Include io.h for memremap()

2021-02-02 Thread Stephen Boyd
This file uses memremap() now, so we should include io.h instead of relying on any sort of implicit include elsewhere. Cc: Dikshita Agarwal Fixes: 0ca0ca980505 ("media: venus: core: add support to dump FW region") Signed-off-by: Stephen Boyd --- drivers/media/platform/qcom/venus/core.c | 1 + 1