mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
sh: Fix path of irqflags.h
This changes path of irqflags.h from linux/ to asm/. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
61973afc59
commit
9a1e3e9fe3
@ -8,7 +8,7 @@
|
||||
* from linux kernel code.
|
||||
*/
|
||||
|
||||
#include <linux/irqflags.h>
|
||||
#include <asm/irqflags.h>
|
||||
#include <asm/types.h>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user