aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/or
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/or')
0 files changed, 0 insertions, 0 deletions
d class='lineno'> 2 * include/asm-arm/plat-orion/cache-feroceon-l2.h 3 * 4 * Copyright (C) 2008 Marvell Semiconductor 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8 * warranty of any kind, whether express or implied. 9 */ 10 11extern void __init feroceon_l2_init(int l2_wt_override);
diff --git a/include/asm-arm/plat-orion/ehci-orion.h b/include/asm-arm/plat-orion/ehci-orion.h
deleted file mode 100644
index 785705651e2..00000000000
--- a/include/asm-arm/plat-orion/ehci-orion.h
+++ /dev/null
@@ -1,19 +0,0 @@ 1/* 2 * include/asm-arm/plat-orion/ehci-orion.h 3 * 4 * This file is licensed under the terms of the GNU General Public 5 * License version 2. This program is licensed "as is" without any 6 * warranty of any kind, whether express or implied. 7 */ 8 9#ifndef __ASM_PLAT_ORION_EHCI_ORION_H 10#define __ASM_PLAT_ORION_EHCI_ORION_H 11 12#include <linux/mbus.h> 13 14struct orion_ehci_data { 15 struct mbus_dram_target_info *dram; 16}; 17 18 19#endif
diff --git a/include/asm-arm/plat-orion/irq.h b/include/asm-arm/plat-orion/irq.h
deleted file mode 100644
index 94aeed919d5..00000000000
--- a/include/asm-arm/plat-orion/irq.h
+++ /dev/null
@@ -1,17 +0,0 @@ 1/* 2 * include/asm-arm/plat-orion/irq.h 3 * 4 * Marvell Orion SoC IRQ handling. 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8 * warranty of any kind, whether express or implied. 9 */ 10 11#ifndef __ASM_PLAT_ORION_IRQ_H 12#define __ASM_PLAT_ORION_IRQ_H 13 14void orion_irq_init(unsigned int irq_start, void __iomem *maskaddr); 15 16 17#endif
diff --git a/include/asm-arm/plat-orion/mv_xor.h b/include/asm-arm/plat-orion/mv_xor.h
deleted file mode 100644
index c349e8ff5cc..00000000000
--- a/include/asm-arm/plat-orion/mv_xor.h
+++ /dev/null
@@ -1,28 +0,0 @@ 1/* 2 * Marvell XOR platform device data definition file. 3 */ 4 5#ifndef __ASM_PLAT_ORION_MV_XOR_H 6#define __ASM_PLAT_ORION_MV_XOR_H 7 8#include <linux/dmaengine.h> 9#include <linux/mbus.h> 10 11#define MV_XOR_SHARED_NAME "mv_xor_shared" 12#define MV_XOR_NAME "mv_xor" 13 14struct mbus_dram_target_info; 15 16struct mv_xor_platform_shared_data { 17 struct mbus_dram_target_info *dram; 18}; 19 20struct mv_xor_platform_data { 21 struct platform_device *shared; 22 int hw_id; 23 dma_cap_mask_t cap_mask; 24 size_t pool_size; 25}; 26 27 28#endif
diff --git a/include/asm-arm/plat-orion/orion_nand.h b/include/asm-arm/plat-orion/orion_nand.h
deleted file mode 100644
index ad4ce94c199..00000000000
--- a/include/asm-arm/plat-orion/orion_nand.h
+++ /dev/null
@@ -1,25 +0,0 @@ 1/* 2 * include/asm-arm/plat-orion/orion_nand.h 3 * 4 * This file is licensed under the terms of the GNU General Public 5 * License version 2. This program is licensed "as is" without any 6 * warranty of any kind, whether express or implied. 7 */ 8 9#ifndef __ASM_PLAT_ORION_ORION_NAND_H 10#define __ASM_PLAT_ORION_ORION_NAND_H 11 12/* 13 * Device bus NAND private data 14 */ 15struct orion_nand_data { 16 struct mtd_partition *parts; 17 u32 nr_parts; 18 u8 ale; /* address line number connected to ALE */ 19 u8 cle; /* address line number connected to CLE */ 20 u8 width; /* buswidth */ 21 u8 chip_delay; 22}; 23 24 25#endif
diff --git a/include/asm-arm/plat-orion/pcie.h b/include/asm-arm/plat-orion/pcie.h
deleted file mode 100644
index e61b7bd97af..00000000000
--- a/include/asm-arm/plat-orion/pcie.h
+++ /dev/null
@@ -1,32 +0,0 @@ 1/* 2 * include/asm-arm/plat-orion/pcie.h 3 * 4 * Marvell Orion SoC PCIe handling. 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8