diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/plat-versatile/include/plat')
4 files changed, 0 insertions, 42 deletions
diff --git a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/clcd.h b/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/clcd.h deleted file mode 100644 index 6bb6a1d2..00000000 --- a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/clcd.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PLAT_CLCD_H -#define PLAT_CLCD_H - -struct clcd_panel *versatile_clcd_get_panel(const char *); -int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long); -int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *); -void versatile_clcd_remove_dma(struct clcd_fb *); - -#endif diff --git a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/clock.h b/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/clock.h deleted file mode 100644 index 3cfb024c..00000000 --- a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/clock.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef PLAT_CLOCK_H -#define PLAT_CLOCK_H - -#include <asm/hardware/icst.h> - -struct clk_ops { - long (*round)(struct clk *, unsigned long); - int (*set)(struct clk *, unsigned long); - void (*setvco)(struct clk *, struct icst_vco); -}; - -int icst_clk_set(struct clk *, unsigned long); -long icst_clk_round(struct clk *, unsigned long); - -#endif diff --git a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/fpga-irq.h b/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/fpga-irq.h deleted file mode 100644 index 627fafd1..00000000 --- a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/fpga-irq.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PLAT_FPGA_IRQ_H -#define PLAT_FPGA_IRQ_H - -struct fpga_irq_data { - void __iomem *base; - unsigned int irq_start; - struct irq_chip chip; -}; - -void fpga_irq_init(int, u32, struct fpga_irq_data *); - -#endif diff --git a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/sched_clock.h b/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/sched_clock.h deleted file mode 100644 index 5c3e4fc9..00000000 --- a/ANDROID_3.4.5/arch/arm/plat-versatile/include/plat/sched_clock.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef ARM_PLAT_SCHED_CLOCK_H -#define ARM_PLAT_SCHED_CLOCK_H - -void versatile_sched_clock_init(void __iomem *, unsigned long); - -#endif |