]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite687448ca892d73b3932bcce3183da2cd95593fe
treef00516c601551c228fb47a9d0850e0f24b95c730
parent1938852de55d3235c2d1a8be5787160a00d5c378
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