[PATCH] drm/sti: Do not export symbols

2015-08-17 Thread Thierry Reding
On Fri, Aug 14, 2015 at 02:36:53PM +0200, Benjamin Gaignard wrote: > This patch break sti driver compilation when it is compile as module. > The root cause is that sti driver is split in 4 modules (hdmi, dvo, > compositor and driver)... > Maybe that is something we could fix since binding issue has

[PATCH] drm/sti: Do not export symbols

2015-08-14 Thread Benjamin Gaignard
This patch break sti driver compilation when it is compile as module. The root cause is that sti driver is split in 4 modules (hdmi, dvo, compositor and driver)... Maybe that is something we could fix since binding issue has been fix in previous patch. Benjamin

[PATCH] drm/sti: Do not export symbols

2015-08-14 Thread Thierry Reding
From: Thierry Reding None of these exported symbols are used outside of the drm-sti driver, so there is no reason to export them. Signed-off-by: Thierry Reding --- drivers/gpu/drm/sti/sti_drm_crtc.c | 3 --- drivers/gpu/drm/sti/sti_drm_plane.c | 1 - drivers/gpu/drm/sti/sti_hqvdp.c | 1 -