drm/tegra: Remove duplicate framebuffer num_planes
drm_framebuffer already stores num_planes for us. Signed-off-by: Daniel Stone <daniels@collabora.com> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: linux-tegra@vger.kernel.org Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:

committed by
Thierry Reding

parent
cc7add70ca
commit
e1189921b5
@@ -32,7 +32,6 @@ struct reset_control;
|
||||
struct tegra_fb {
|
||||
struct drm_framebuffer base;
|
||||
struct tegra_bo **planes;
|
||||
unsigned int num_planes;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_DRM_FBDEV_EMULATION
|
||||
|
Reference in New Issue
Block a user