--- zzzz-none-000/linux-3.10.107/drivers/media/platform/s5p-tv/mixer.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/media/platform/s5p-tv/mixer.h 2021-02-04 17:41:59.000000000 +0000 @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "regs-mixer.h" @@ -65,7 +65,7 @@ int num_subframes; /** specifies to which subframe belong given plane */ int plane2subframe[MXR_MAX_PLANES]; - /** internal code, driver dependant */ + /** internal code, driver dependent */ unsigned long cookie; }; @@ -113,7 +113,7 @@ /** instance of a buffer */ struct mxr_buffer { /** common v4l buffer stuff -- must be first */ - struct vb2_buffer vb; + struct vb2_v4l2_buffer vb; /** node for layer's lists */ struct list_head list; };