disp: msm: sde: Fix strict-prototypes error
Change-Id: I2c6d8f58782ee52225916bf10b572bb08054f443
This commit is contained in:
parent
06fbccbb01
commit
436708b8e5
@ -77,7 +77,7 @@ static int _dsc_calc_ob_max_addr(struct sde_hw_dsc *hw_dsc, int num_ss)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline _dsc_subblk_offset(struct sde_hw_dsc *hw_dsc, int s_id,
|
||||
static inline int _dsc_subblk_offset(struct sde_hw_dsc *hw_dsc, int s_id,
|
||||
u32 *idx)
|
||||
{
|
||||
const struct sde_dsc_sub_blks *sblk;
|
||||
|
@ -64,7 +64,7 @@
|
||||
|
||||
#define VDC_CTL_BLOCK_SIZE 0x300
|
||||
|
||||
static inline _vdc_subblk_offset(struct sde_hw_vdc *hw_vdc, int s_id,
|
||||
static inline int _vdc_subblk_offset(struct sde_hw_vdc *hw_vdc, int s_id,
|
||||
u32 *idx)
|
||||
{
|
||||
int rc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user