Explorar o código

drm/msm: fix typo in the !COMMON_CLK case

Signed-off-by: Rob Clark <robdclark@gmail.com>
Rob Clark %!s(int64=9) %!d(string=hai) anos
pai
achega
0a69509f24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/gpu/drm/msm/hdmi/hdmi.h

+ 1 - 1
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;
 }