aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hqvdp.c
diff options
context:
space:
mode:
authorbenjamin.gaignard@linaro.org <benjamin.gaignard@linaro.org>2014-12-13 07:59:31 +0100
committerDave Airlie <airlied@redhat.com>2014-12-15 17:07:57 +1000
commit4e0cd68115620bc3236ff4e58e4c073948629b41 (patch)
tree15c8c78e699877e58b3e250b60b2f2f3749c5ba1 /drivers/gpu/drm/sti/sti_hqvdp.c
parentMerge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next (diff)
downloadlinux-dev-4e0cd68115620bc3236ff4e58e4c073948629b41.tar.xz
linux-dev-4e0cd68115620bc3236ff4e58e4c073948629b41.zip
drm: sti: fix module compilation issue
When compiling in module some symbol aren't missing, export them correctly. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_hqvdp.c')
-rw-r--r--drivers/gpu/drm/sti/sti_hqvdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
index 200d02014575..f3db05dab0ab 100644
--- a/drivers/gpu/drm/sti/sti_hqvdp.c
+++ b/drivers/gpu/drm/sti/sti_hqvdp.c
@@ -816,6 +816,7 @@ struct sti_layer *sti_hqvdp_create(struct device *dev)
return &hqvdp->layer;
}
+EXPORT_SYMBOL(sti_hqvdp_create);
static void sti_hqvdp_init_plugs(struct sti_hqvdp *hqvdp)
{