diff options
Diffstat (limited to 'drivers/misc/sram-exec.c')
-rw-r--r-- | drivers/misc/sram-exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/sram-exec.c b/drivers/misc/sram-exec.c index ac522417c462..3d528a13b8fc 100644 --- a/drivers/misc/sram-exec.c +++ b/drivers/misc/sram-exec.c | |||
@@ -16,9 +16,10 @@ | |||
16 | 16 | ||
17 | #include <linux/device.h> | 17 | #include <linux/device.h> |
18 | #include <linux/genalloc.h> | 18 | #include <linux/genalloc.h> |
19 | #include <linux/mm.h> | ||
19 | #include <linux/sram.h> | 20 | #include <linux/sram.h> |
20 | 21 | ||
21 | #include <asm/cacheflush.h> | 22 | #include <asm/set_memory.h> |
22 | 23 | ||
23 | #include "sram.h" | 24 | #include "sram.h" |
24 | 25 | ||