commit | e687448ca892d73b3932bcce3183da2cd95593fe | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon May 15 12:14:51 2017 +0200 |
committer | Stafford Horne <shorne@gmail.com> | Sat Jul 08 04:35:17 2017 +0900 |
tree | f00516c601551c228fb47a9d0850e0f24b95c730 | |
parent | 1938852de55d3235c2d1a8be5787160a00d5c378 [diff] |
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>