disp: msm: sde: Fix strict-prototypes error

Change-Id: I2c6d8f58782ee52225916bf10b572bb08054f443
This commit is contained in:
LuK1337 2023-10-21 12:41:55 +02:00
parent 06fbccbb01
commit 436708b8e5
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;