drm/sti: Build monolithic driver
There's no use building the individual drivers as separate modules because they are all only useful if combined into a single DRM/KMS device. Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org> Cc: Vincent Abriou <vincent.abriou@st.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Vincent Abriou <vincent.abriou@st.com>
This commit is contained in:

committed by
Vincent Abriou

parent
2388693e10
commit
dcec16efd6
@@ -32,4 +32,13 @@ struct sti_private {
|
||||
} commit;
|
||||
};
|
||||
|
||||
extern struct platform_driver sti_tvout_driver;
|
||||
extern struct platform_driver sti_vtac_driver;
|
||||
extern struct platform_driver sti_hqvdp_driver;
|
||||
extern struct platform_driver sti_hdmi_driver;
|
||||
extern struct platform_driver sti_hda_driver;
|
||||
extern struct platform_driver sti_dvo_driver;
|
||||
extern struct platform_driver sti_vtg_driver;
|
||||
extern struct platform_driver sti_compositor_driver;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user