From: Christoph Hellwig <hch@lst.de>
Date: Fri, 28 Aug 2015 07:27:20 +0000 (+0200)
Subject: n_tracerouter: stop including <asm-generic/bug>
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7b918050d2a84c12033c8fe69e65844aafad67c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git

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>
---

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"
 
 /*