From: 黄涛 Date: Mon, 20 Feb 2012 06:30:18 +0000 (+0800) Subject: rk: disable print_modules X-Git-Tag: firefly_0821_release~9595^2~137 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c254c6d02f07c0a8f69b14122a2f1d06f778f1c;p=firefly-linux-kernel-4.4.55.git rk: disable print_modules --- diff --git a/kernel/module.c b/kernel/module.c index eab2ea47c988..4b52684a013e 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -3395,7 +3395,7 @@ EXPORT_SYMBOL_GPL(__module_text_address); /* Don't grab lock, we're oopsing. */ void print_modules(void) { -#ifndef CONFIG_ARCH_RK29 +#ifndef CONFIG_PLAT_RK struct module *mod; char buf[8];