kernel/drivers/gpu/drm/exynos/exynos_drm_g2d.h
.. .. @@ -34,11 +34,11 @@ 34 34 return -ENODEV; 35 35 } 36 36 37 -int g2d_open(struct drm_device *drm_dev, struct drm_file *file)37 +static inline int g2d_open(struct drm_device *drm_dev, struct drm_file *file)38 38 { 39 39 return 0; 40 40 } 41 41 42 -void g2d_close(struct drm_device *drm_dev, struct drm_file *file)42 +static inline void g2d_close(struct drm_device *drm_dev, struct drm_file *file)43 43 { } 44 44 #endif