diff options
author | YueHaibing <yuehaibing@huawei.com> | 2021-08-04 15:01:05 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2021-08-27 16:42:44 +0200 |
commit | bc17bed5fd73ef1a9aed39f3b0ea26936dad60b8 (patch) | |
tree | 81a14ab90807ca4853a4409e64912e751c2a298c /kernel/exec_domain.c | |
parent | printk: Move the printk() kerneldoc comment to its new home (diff) | |
download | linux-bc17bed5fd73ef1a9aed39f3b0ea26936dad60b8.tar.xz linux-bc17bed5fd73ef1a9aed39f3b0ea26936dad60b8.zip |
printk/index: Fix -Wunused-function warning
If CONFIG_MODULES is n, we got this:
kernel/printk/index.c:146:13: warning: ‘pi_remove_file’ defined but not used [-Wunused-function]
Move it inside #ifdef block to fix this warning.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210804130105.18732-1-yuehaibing@huawei.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions