]> 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)
commitd2745836d79a6a139dd58c60168cd497ef44d48c
treef00516c601551c228fb47a9d0850e0f24b95c730
parentb9e5d0957d0b947fccbf548bd7a426027417a966
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