|
@@ -311,6 +311,8 @@ void msm_perf_debugfs_cleanup(struct msm_drm_private *priv);
|
|
#else
|
|
#else
|
|
static inline int msm_debugfs_late_init(struct drm_device *dev) { return 0; }
|
|
static inline int msm_debugfs_late_init(struct drm_device *dev) { return 0; }
|
|
static inline void msm_rd_dump_submit(struct msm_gem_submit *submit) {}
|
|
static inline void msm_rd_dump_submit(struct msm_gem_submit *submit) {}
|
|
|
|
+static inline void msm_rd_debugfs_cleanup(struct msm_drm_private *priv) {}
|
|
|
|
+static inline void msm_perf_debugfs_cleanup(struct msm_drm_private *priv) {}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
struct clk *msm_clk_get(struct platform_device *pdev, const char *name);
|
|
struct clk *msm_clk_get(struct platform_device *pdev, const char *name);
|