|
@@ -266,7 +266,7 @@ struct exynos_drm_subdrv {
|
|
|
struct exynos_drm_manager *manager;
|
|
|
|
|
|
int (*probe)(struct drm_device *drm_dev, struct device *dev);
|
|
|
- void (*remove)(struct drm_device *dev);
|
|
|
+ void (*remove)(struct drm_device *drm_dev, struct device *dev);
|
|
|
int (*open)(struct drm_device *drm_dev, struct device *dev,
|
|
|
struct drm_file *file);
|
|
|
void (*close)(struct drm_device *drm_dev, struct device *dev,
|