[PATCH v15 8/8] memory: mtk-smi: export mtk_smi_larb_get/put

2016-04-27 Thread Matthias Brugger
On 27/04/16 17:05, Philipp Zabel wrote: > 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 Signed-off-by: Matthias Brugger > --- > drivers/memory/mtk-smi.c | 2 ++ > 1 file changed, 2

[PATCH v15 8/8] memory: mtk-smi: export mtk_smi_larb_get/put

2016-04-27 Thread Philipp Zabel
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 --- drivers/memory/mtk-smi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/memory/mtk-smi.c b/drivers/memory/mtk-smi.c index 089091f.