hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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