aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-28 03:27:21 -0400
committerArnd Bergmann <arnd@arndb.de>2015-10-14 18:21:11 -0400
commiteecbf54fdd164ec8e396caa5b093a183195cacdb (patch)
treeab1baee5328d99a50f171962a86c0cc2db651736
parentc7b918050d2a84c12033c8fe69e65844aafad67c (diff)
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>
-rw-r--r--drivers/tty/n_tracesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/n_tracesink.c b/drivers/tty/n_tracesink.c
index ddce58b973d2..4616870a6b1b 100644
--- a/drivers/tty/n_tracesink.c
+++ b/drivers/tty/n_tracesink.c
@@ -34,7 +34,7 @@
34#include <linux/tty_ldisc.h> 34#include <linux/tty_ldisc.h>
35#include <linux/errno.h> 35#include <linux/errno.h>
36#include <linux/string.h> 36#include <linux/string.h>
37#include <asm-generic/bug.h> 37#include <linux/bug.h>
38#include "n_tracesink.h" 38#include "n_tracesink.h"
39 39
40/* 40/*