|
@@ -130,7 +130,6 @@ static const struct of_device_id fimd_driver_dt_match[] = {
|
|
|
.data = &exynos5_fimd_driver_data },
|
|
|
{},
|
|
|
};
|
|
|
-MODULE_DEVICE_TABLE(of, fimd_driver_dt_match);
|
|
|
#endif
|
|
|
|
|
|
static inline struct fimd_driver_data *drm_fimd_get_driver_data(
|
|
@@ -1082,7 +1081,6 @@ static struct platform_device_id fimd_driver_ids[] = {
|
|
|
},
|
|
|
{},
|
|
|
};
|
|
|
-MODULE_DEVICE_TABLE(platform, fimd_driver_ids);
|
|
|
|
|
|
static const struct dev_pm_ops fimd_pm_ops = {
|
|
|
SET_SYSTEM_SLEEP_PM_OPS(fimd_suspend, fimd_resume)
|