1
0
Fork 0

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>
hifive-unleashed-5.1
Christoph Hellwig 2015-08-28 09:27:20 +02:00 committed by Arnd Bergmann
parent adec640e03
commit c7b918050d
1 changed files with 1 additions and 1 deletions

View File

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