提交 b116ee4d 编写于 作者: P Paul Gortmaker

lib: fix implicit users of kernel.h for TAINT_WARN

A pending header cleanup will cause this to show up as:

lib/average.c:38: error: 'TAINT_WARN' undeclared (first use in this function)
lib/list_debug.c:24: error: 'TAINT_WARN' undeclared (first use in this function)

and TAINT_WARN comes from include/linux/kernel.h file.
Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 4ebc1b4b
......@@ -7,6 +7,7 @@
#include <linux/module.h>
#include <linux/average.h>
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/log2.h>
......
......@@ -8,6 +8,7 @@
#include <linux/module.h>
#include <linux/list.h>
#include <linux/kernel.h>
/*
* Insert a new entry between two known consecutive entries.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部