Procházet zdrojové kódy

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>
Christoph Hellwig před 10 roky
rodič
revize
eecbf54fdd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/tty/n_tracesink.c

+ 1 - 1
drivers/tty/n_tracesink.c

@@ -34,7 +34,7 @@
 #include <linux/tty_ldisc.h>
 #include <linux/errno.h>
 #include <linux/string.h>
-#include <asm-generic/bug.h>
+#include <linux/bug.h>
 #include "n_tracesink.h"
 
 /*