aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v32/intmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/arch-v32/intmem.h')
-rw-r--r--include/asm-cris/arch-v32/intmem.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-cris/arch-v32/intmem.h b/include/asm-cris/arch-v32/intmem.h
deleted file mode 100644
index c0ada33bf90f..000000000000
--- a/include/asm-cris/arch-v32/intmem.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _ASM_CRIS_INTMEM_H
-#define _ASM_CRIS_INTMEM_H
-
-void* crisv32_intmem_alloc(unsigned size, unsigned align);
-void crisv32_intmem_free(void* addr);
-void* crisv32_intmem_phys_to_virt(unsigned long addr);
-unsigned long crisv32_intmem_virt_to_phys(void *addr);
-
-#endif /* _ASM_CRIS_ARCH_INTMEM_H */