Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eecbf54f authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Arnd Bergmann
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent c7b91805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"

/*