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

Commit e687448c authored by Tobias Klauser's avatar Tobias Klauser Committed by Stafford Horne
Browse files

openrisc: explicitly include linux/bug.h in asm/fixmap.h



openrisc's asm/fixmap.h uses the BUG() and BUG_ON() macros but relies on
implict inclusion of linux/bug.h which means that changes in other
headers could break the build. Thus, add an explicit include.

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 1938852d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#define FIXADDR_TOP	((unsigned long) (-2*PAGE_SIZE))

#include <linux/kernel.h>
#include <linux/bug.h>
#include <asm/page.h>

/*