diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/soc/tegra/fuse.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 51ac804deba5..738712d75cfe 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h | |||
@@ -61,20 +61,6 @@ int tegra_fuse_readl(unsigned long offset, u32 *value); | |||
61 | 61 | ||
62 | extern struct tegra_sku_info tegra_sku_info; | 62 | extern struct tegra_sku_info tegra_sku_info; |
63 | 63 | ||
64 | #if defined(CONFIG_TEGRA20_APB_DMA) | ||
65 | int tegra_apb_readl_using_dma(unsigned long offset, u32 *value); | ||
66 | int tegra_apb_writel_using_dma(u32 value, unsigned long offset); | ||
67 | #else | ||
68 | static inline int tegra_apb_readl_using_dma(unsigned long offset, u32 *value) | ||
69 | { | ||
70 | return -EINVAL; | ||
71 | } | ||
72 | static inline int tegra_apb_writel_using_dma(u32 value, unsigned long offset) | ||
73 | { | ||
74 | return -EINVAL; | ||
75 | } | ||
76 | #endif /* CONFIG_TEGRA20_APB_DMA */ | ||
77 | |||
78 | #endif /* __ASSEMBLY__ */ | 64 | #endif /* __ASSEMBLY__ */ |
79 | 65 | ||
80 | #endif /* __SOC_TEGRA_FUSE_H__ */ | 66 | #endif /* __SOC_TEGRA_FUSE_H__ */ |