Commit 0449eefe authored by Stefan Agner's avatar Stefan Agner

drm/fsl-dcu: increment version and date

The driver supports now a second platform and received several
fixes, hence a version increment is justified.
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
parent 9a15da17
...@@ -216,9 +216,9 @@ static struct drm_driver fsl_dcu_drm_driver = { ...@@ -216,9 +216,9 @@ static struct drm_driver fsl_dcu_drm_driver = {
.fops = &fsl_dcu_drm_fops, .fops = &fsl_dcu_drm_fops,
.name = "fsl-dcu-drm", .name = "fsl-dcu-drm",
.desc = "Freescale DCU DRM", .desc = "Freescale DCU DRM",
.date = "20150213", .date = "20160425",
.major = 1, .major = 1,
.minor = 0, .minor = 1,
}; };
#ifdef CONFIG_PM_SLEEP #ifdef CONFIG_PM_SLEEP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment