Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christoph Hellwig and committed by
Arnd Bergmann
eecbf54f c7b91805

+1 -1
+1 -1
drivers/tty/n_tracesink.c
··· 34 34 #include <linux/tty_ldisc.h> 35 35 #include <linux/errno.h> 36 36 #include <linux/string.h> 37 - #include <asm-generic/bug.h> 37 + #include <linux/bug.h> 38 38 #include "n_tracesink.h" 39 39 40 40 /*