--- zzzz-none-000/linux-3.10.107/drivers/gpu/host1x/cdma.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/gpu/host1x/cdma.h 2021-02-04 17:41:59.000000000 +0000 @@ -42,7 +42,7 @@ */ struct push_buffer { - u32 *mapped; /* mapped pushbuffer memory */ + void *mapped; /* mapped pushbuffer memory */ dma_addr_t phys; /* physical address of pushbuffer */ u32 fence; /* index we've written */ u32 pos; /* index to write to */