]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
n_tracesink: stop including <asm-generic/bug>
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Aug 2015 07:27:21 +0000 (09:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 14 Oct 2015 22:21:11 +0000 (00:21 +0200)
commiteecbf54fdd164ec8e396caa5b093a183195cacdb
treeab1baee5328d99a50f171962a86c0cc2db651736
parentc7b918050d2a84c12033c8fe69e65844aafad67c
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>
drivers/tty/n_tracesink.c