Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c7787ba authored by Mark Brown's avatar Mark Brown Committed by David S. Miller
Browse files

nfp: Explicitly include linux/bug.h



Today's -next build encountered an error due to a missing definition of
WARN_ON(), caused by some header reorganization removing an implicit
inclusion of linux/bug.h.  Fix this with an explicit inclusion.

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7f4e568d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
 * SOFTWARE.
 */

#include <linux/bug.h>
#include <linux/skbuff.h>
#include <linux/slab.h>

+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#define __NFP_ASM_H__ 1

#include <linux/bitfield.h>
#include <linux/bug.h>
#include <linux/types.h>

#define REG_NONE	0