diff options
author | Rob Clark <robdclark@gmail.com> | 2016-03-23 15:09:00 +0100 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2016-03-23 23:15:49 +0100 |
commit | 0a69509f24ebf3e701bf1df6e2673ca16bdbe5c9 (patch) | |
tree | f7c0f65f721c99794511c19d1ba44c1f8db003df /drivers | |
parent | drm/msm: fix bug after preclose removal (diff) | |
download | linux-0a69509f24ebf3e701bf1df6e2673ca16bdbe5c9.tar.xz linux-0a69509f24ebf3e701bf1df6e2673ca16bdbe5c9.zip |
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; } |