diff options
author | Thierry Reding <treding@nvidia.com> | 2015-09-24 20:02:40 +0300 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2015-11-03 15:04:54 +0300 |
commit | dcec16efd6776faca6f13ab698cb5cf031d62b66 (patch) | |
tree | d95ad5d622f5c02d5976d193ccab70a74042bf3b /drivers/gpu/drm/sti/sti_dvo.c | |
parent | 2388693e10026ec0be2f7de0bb8fcb5a9bc119f9 (diff) | |
download | linux-dcec16efd6776faca6f13ab698cb5cf031d62b66.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_dvo.c')
-rw-r--r-- | drivers/gpu/drm/sti/sti_dvo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c index e1fdf6d553a5..45cbe2bf7dd6 100644 --- a/drivers/gpu/drm/sti/sti_dvo.c +++ b/drivers/gpu/drm/sti/sti_dvo.c @@ -558,8 +558,6 @@ struct platform_driver sti_dvo_driver = { .remove = sti_dvo_remove, }; -module_platform_driver(sti_dvo_driver); - MODULE_AUTHOR("Benjamin Gaignard <benjamin.gaignard@st.com>"); MODULE_DESCRIPTION("STMicroelectronics SoC DRM driver"); MODULE_LICENSE("GPL"); |