Message ID | 1429110120-7043-3-git-send-email-tjakobi@math.uni-bielefeld.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Tobias, 2015-04-15 Tobias Jakobi <tjakobi@math.uni-bielefeld.de>: > Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> I think you mean "unused" in the commit subject. And would also be good to have some commit message as well. Other than that: Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Gustavo
Gustavo Padovan wrote: > Hi Tobias, > > 2015-04-15 Tobias Jakobi <tjakobi@math.uni-bielefeld.de>: > >> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> > > I think you mean "unused" in the commit subject. And would also be good to > have some commit message as well. Other than that: Right, I'm going to change that and respin the series! With best wishes, Tobias
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h index 6a849cf..4c14a89 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_drv.h +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h @@ -77,7 +77,6 @@ extern void exynos4412_qos(u8 tm, u8 ac); * @color_key: color key on or off. * @local_path: in case of lcd type, local path mode on or off. * @transparency: transparency on or off. - * @activated: activated or not. * @enabled: enabled or not. * @resume: to resume or not. * @@ -112,7 +111,6 @@ struct exynos_drm_plane { bool color_key:1; bool local_path:1; bool transparency:1; - bool activated:1; bool enabled:1; bool resume:1; };
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> --- drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 -- 1 file changed, 2 deletions(-)