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>
This commit is contained in:

committed by
Dave Airlie

父節點
731d754550
當前提交
4e0cd68115
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user