Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: mtk-smi: export mtk_smi_larb_get/put

To allow building mediatek-drm.ko as a module, the
mtk_smi_larb_get and mtk_smi_larb_put symbols have
to be exported.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

+2
+2
drivers/memory/mtk-smi.c
··· 91 91 92 92 return 0; 93 93 } 94 + EXPORT_SYMBOL_GPL(mtk_smi_larb_get); 94 95 95 96 void mtk_smi_larb_put(struct device *larbdev) 96 97 { ··· 107 106 mtk_smi_disable(&larb->smi); 108 107 mtk_smi_disable(common); 109 108 } 109 + EXPORT_SYMBOL_GPL(mtk_smi_larb_put); 110 110 111 111 static int 112 112 mtk_smi_larb_bind(struct device *dev, struct device *master, void *data)