summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-11-08 14:48:55 +0000
committerRajendra Nayak <rnayak@ti.com>2014-07-08 17:50:17 +0530
commit9fc1a092dfa6565a61cc37d70e3532ef63758c7a (patch)
tree8b519583e51b87f746646e3d54689de116434ef2 /include
parent709b7cf55181612a708fac30620513ecb7bd6329 (diff)
ARM: omap: remove references to disable_irq_lch
[ Upstream commit e38b1485fde832f72ab478f947f6e78a8e28c58b ] The disable_irq_lch method is never actually used, so there's not much point it existing; remove it. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/omap-dma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/omap-dma.h b/include/linux/omap-dma.h
index b9549e54d1b..e51e574cb54 100644
--- a/include/linux/omap-dma.h
+++ b/include/linux/omap-dma.h
@@ -259,7 +259,6 @@ struct omap_dma_dev_attr {
struct omap_system_dma_plat_info {
struct omap_dma_dev_attr *dma_attr;
u32 errata;
- void (*disable_irq_lch)(int lch);
void (*show_dma_caps)(void);
void (*clear_lch_regs)(int lch);
void (*clear_dma)(int lch);