[PATCH 5/5] drm/tegra: Remove dummy ->load_lut() implementation

2014-12-10 Thread Daniel Vetter
On Wed, Dec 10, 2014 at 12:30:02PM +0100, Thierry Reding wrote: > From: Thierry Reding > > The ->load_lut() callback is optional, therefore a dummy implementation > is not needed. > > Signed-off-by: Thierry Reding All patches merged to drm-misc with the small conflict here resolved, thanks.

[PATCH 5/5] drm/tegra: Remove dummy ->load_lut() implementation

2014-12-10 Thread Thierry Reding
From: Thierry Reding The ->load_lut() callback is optional, therefore a dummy implementation is not needed. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/dc.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/tegra/dc.c