diff options
author | Rob Clark <robdclark@gmail.com> | 2016-03-23 10:09:00 -0400 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2016-03-23 18:15:49 -0400 |
commit | 0a69509f24ebf3e701bf1df6e2673ca16bdbe5c9 (patch) | |
tree | f7c0f65f721c99794511c19d1ba44c1f8db003df /drivers | |
parent | 4016260ba47a43ec67d4bf3610be37fcb2e416d7 (diff) |
drm/msm: fix typo in the !COMMON_CLK case
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/msm/hdmi/hdmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.h b/drivers/gpu/drm/msm/hdmi/hdmi.h index b04a64664673..65428cf233ce 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.h +++ b/drivers/gpu/drm/msm/hdmi/hdmi.h @@ -196,7 +196,7 @@ void __exit msm_hdmi_phy_driver_unregister(void); int msm_hdmi_pll_8960_init(struct platform_device *pdev); int msm_hdmi_pll_8996_init(struct platform_device *pdev); #else -static inline int msm_hdmi_pll_8960_init(struct platform_device *pdev); +static inline int msm_hdmi_pll_8960_init(struct platform_device *pdev) { return -ENODEV; } |