aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tracerouter.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-28 09:27:20 +0200
committerArnd Bergmann <arnd@arndb.de>2015-10-15 00:21:10 +0200
commitc7b918050d2a84c12033c8fe69e65844aafad67c (patch)
tree0d04221252450850a2db801c48883708bda8c20c /drivers/tty/n_tracerouter.c
parentmlx5: stop including <asm-generic/kmap_types.h> (diff)
downloadlinux-dev-c7b918050d2a84c12033c8fe69e65844aafad67c.tar.xz
linux-dev-c7b918050d2a84c12033c8fe69e65844aafad67c.zip
n_tracerouter: 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>
Diffstat (limited to 'drivers/tty/n_tracerouter.c')
-rw-r--r--drivers/tty/n_tracerouter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/n_tracerouter.c b/drivers/tty/n_tracerouter.c
index 1f063d3aa32f..ac5716979bc1 100644
--- a/drivers/tty/n_tracerouter.c
+++ b/drivers/tty/n_tracerouter.c
@@ -34,7 +34,7 @@
#include <linux/string.h>
#include <linux/mutex.h>
#include <linux/slab.h>
-#include <asm-generic/bug.h>
+#include <linux/bug.h>
#include "n_tracesink.h"
/*