aboutsummaryrefslogtreecommitdiff
path: root/include/asm-powerpc/cpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/cpm.h')
-rw-r--r--include/asm-powerpc/cpm.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-powerpc/cpm.h b/include/asm-powerpc/cpm.h
deleted file mode 100644
index 48df9f330e7..00000000000
--- a/include/asm-powerpc/cpm.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __CPM_H
-#define __CPM_H
-
-#include <linux/compiler.h>
-#include <linux/types.h>
-
-int cpm_muram_init(void);
-unsigned long cpm_muram_alloc(unsigned long size, unsigned long align);
-int cpm_muram_free(unsigned long offset);
-unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size);
-void __iomem *cpm_muram_addr(unsigned long offset);
-dma_addr_t cpm_muram_dma(void __iomem *addr);
-
-#endif