]> git.baikalelectronics.ru Git - kernel.git/commit
openrisc: explicitly include linux/bug.h in asm/fixmap.h
authorTobias Klauser <tklauser@distanz.ch>
Mon, 15 May 2017 10:14:51 +0000 (12:14 +0200)
committerStafford Horne <shorne@gmail.com>
Fri, 7 Jul 2017 19:35:17 +0000 (04:35 +0900)
commitd07fdf048b25be94ed5db26277ff46d686c15248
treef00516c601551c228fb47a9d0850e0f24b95c730
parenta8d0ba9811d011726f007446edb131065a8fb95f
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: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/include/asm/fixmap.h