aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/system.h')
-rw-r--r--arch/tile/include/asm/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/include/asm/system.h b/arch/tile/include/asm/system.h
index 0935094f370a..f749be327ce0 100644
--- a/arch/tile/include/asm/system.h
+++ b/arch/tile/include/asm/system.h
@@ -136,8 +136,6 @@ mb_incoherent(void)
136#define set_mb(var, value) \ 136#define set_mb(var, value) \
137 do { var = value; mb(); } while (0) 137 do { var = value; mb(); } while (0)
138 138
139#include <linux/irqflags.h>
140
141/* 139/*
142 * Pause the DMA engine and static network before task switching. 140 * Pause the DMA engine and static network before task switching.
143 */ 141 */