提交 4c7787ba 编写于 作者: M Mark Brown 提交者: David S. Miller

nfp: Explicitly include linux/bug.h

Today's -next build encountered an error due to a missing definition of
WARN_ON(), caused by some header reorganization removing an implicit
inclusion of linux/bug.h.  Fix this with an explicit inclusion.
Signed-off-by: NMark Brown <broonie@kernel.org>
Acked-by: NJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 7f4e568d
无相关合并请求
......@@ -31,6 +31,7 @@
* SOFTWARE.
*/
#include <linux/bug.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
......
......@@ -35,6 +35,7 @@
#define __NFP_ASM_H__ 1
#include <linux/bitfield.h>
#include <linux/bug.h>
#include <linux/types.h>
#define REG_NONE 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部