[POWERPC] qe_lib: export symbols for QE driver to compile as module
Export symbols of qe_lib to be used by QE driver. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Selvamuthukumar V <vsmkumar.84@gmail.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <linux/errno.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include <asm/irq.h>
|
||||
#include <asm/io.h>
|
||||
@@ -40,6 +41,7 @@ int ucc_set_qe_mux_mii_mng(int ucc_num)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(ucc_set_qe_mux_mii_mng);
|
||||
|
||||
int ucc_set_type(int ucc_num, struct ucc_common *regs,
|
||||
enum ucc_speed_type speed)
|
||||
|
Reference in New Issue
Block a user