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:
Родитель
c7b918050d
Коммит
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"
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче