forked from luck/tmp_suning_uos_patched
1bff2d76ac
All the users of mxs_get_ocotp() are in mach-mxs.c. Move the function into mach-mxs.c, make it a static function, and then remove ocotp.c. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
3 lines
65 B
Makefile
3 lines
65 B
Makefile
obj-$(CONFIG_PM) += pm.o
|
|
obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o
|