diff options
author | Sven Eckelmann <sven@narfation.org> | 2017-11-19 17:12:03 +0100 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2017-12-15 17:29:15 +0100 |
commit | ecc36f5ee6fdc73237b0fe693ca752d4b16e65bc (patch) | |
tree | c494b9bbaea82cf6bae99d09279a9eed05acd44d /net/batman-adv/main.c | |
parent | batman-adv: include gfp.h for GFP_* defines (diff) | |
download | linux-ecc36f5ee6fdc73237b0fe693ca752d4b16e65bc.tar.xz linux-ecc36f5ee6fdc73237b0fe693ca752d4b16e65bc.zip |
batman-adv: include build_bug.h for BUILD_BUG_ON define
commit bc6245e5efd7 ("bug: split BUILD_BUG stuff out into
<linux/build_bug.h>") added a new header for BUILD_BUG_ON. It should
therefore be included instead of linux/bug.h
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/main.c')
-rw-r--r-- | net/batman-adv/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/main.c b/net/batman-adv/main.c index 0c3664aa6a58..6f6c500e8aa8 100644 --- a/net/batman-adv/main.c +++ b/net/batman-adv/main.c @@ -19,7 +19,7 @@ #include "main.h" #include <linux/atomic.h> -#include <linux/bug.h> +#include <linux/build_bug.h> #include <linux/byteorder/generic.h> #include <linux/crc32c.h> #include <linux/errno.h> |