Re: [PATCH -next] drm: pl111: select DRM_PANEL

2017-06-07 Thread Eric Anholt
Randy Dunlap writes: > From: Randy Dunlap > > The drm pl111 driver uses drm_panel interfaces so it should select > DRM_PANEL to fix build errors. > > drivers/built-in.o: In function `pl111_connector_destroy': > pl111_connector.c:(.text+0xc7285):

[PATCH -next] drm: pl111: select DRM_PANEL

2017-06-06 Thread Randy Dunlap
From: Randy Dunlap The drm pl111 driver uses drm_panel interfaces so it should select DRM_PANEL to fix build errors. drivers/built-in.o: In function `pl111_connector_destroy': pl111_connector.c:(.text+0xc7285): undefined reference to `drm_panel_detach' Signed-off-by: