n_tracerouter: stop including <asm-generic/bug>
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Aug 2015 07:27:20 +0000 (09:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 14 Oct 2015 22:21:10 +0000 (00:21 +0200)
commitc7b918050d2a84c12033c8fe69e65844aafad67c
tree0d04221252450850a2db801c48883708bda8c20c
parentadec640e03668e42f30f3b09c0b4d60d44545f6f
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>
drivers/tty/n_tracerouter.c