summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm/fixmap.h
AgeCommit message (Collapse)Author
2017-07-08openrisc: explicitly include linux/bug.h in asm/fixmap.hTobias Klauser
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>
2011-07-22OpenRISC: Memory managementJonas Bonn
Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de>