drm/msm/dpu: dpu_setup_dspp_pcc() can be static

Fixes: 4259ff7ae5 ("drm/msm/dpu: add support for pcc color block in dpu driver")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
kbuild test robot 2020-05-21 15:11:13 +08:00 committed by Rob Clark
parent d9aeccec85
commit 7d4eedb03f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define PCC_BLUE_G_OFF 0x24
#define PCC_BLUE_B_OFF 0x30
void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
struct dpu_hw_pcc_cfg *cfg)
{