mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 14:44:10 +08:00
n_tracesink: stop including <asm-generic/bug>
<asm-generic/bug> contains the default implementation of BUG() and friends, which architectures may decide to use. The proper way to get them is <linux/bug.h>, so use that. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
c7b918050d
commit
eecbf54fdd
@ -34,7 +34,7 @@
|
||||
#include <linux/tty_ldisc.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/string.h>
|
||||
#include <asm-generic/bug.h>
|
||||
#include <linux/bug.h>
|
||||
#include "n_tracesink.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user