aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-pxa/irda.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-pxa/irda.h')
-rw-r--r--include/asm-arm/arch-pxa/irda.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-arm/arch-pxa/irda.h b/include/asm-arm/arch-pxa/irda.h
deleted file mode 100644
index 748406f384c..00000000000
--- a/include/asm-arm/arch-pxa/irda.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef ASMARM_ARCH_IRDA_H
-#define ASMARM_ARCH_IRDA_H
-
-/* board specific transceiver capabilities */
-
-#define IR_OFF 1
-#define IR_SIRMODE 2
-#define IR_FIRMODE 4
-
-struct pxaficp_platform_data {
- int transceiver_cap;
- void (*transceiver_mode)(struct device *dev, int mode);
-};
-
-extern void pxa_set_ficp_info(struct pxaficp_platform_data *info);
-
-#endif