forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/drm/exynos/exynos_drm_g2d.h
....@@ -34,11 +34,11 @@
3434 return -ENODEV;
3535 }
3636
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)
3838 {
3939 return 0;
4040 }
4141
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)
4343 { }
4444 #endif