On 08/05/17 14:32, Laurent Pinchart wrote:
The default display name is both unused and never set by platform data. Remove default display name module parameter, platform data field and runtime infrastructure.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
Changes since v1:
- Don't remove the platform callbacks as they're still used by the omapfb driver.
drivers/gpu/drm/omapdrm/dss/core.c | 18 ------------------ drivers/gpu/drm/omapdrm/dss/omapdss.h | 1 - drivers/video/fbdev/omap2/omapfb/dss/core.c | 2 -- include/linux/platform_data/omapdss.h | 1 - 4 files changed, 22 deletions(-)
Reviewed-by: Tomi Valkeinen tomi.valkeinen@ti.com
Tomi