From 6d887aa66c0e404b3b54d2b70ea36f6863abe615 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Fri, 3 Apr 2009 16:34:13 -0700 Subject: [PATCH] Add back the irda header change for now This is needed for irda on h4. Signed-off-by: Tony Lindgren --- arch/arm/plat-omap/include/mach/irda.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/plat-omap/include/mach/irda.h b/arch/arm/plat-omap/include/mach/irda.h index 40f60339d1c..8372a00d8e0 100644 --- a/arch/arm/plat-omap/include/mach/irda.h +++ b/arch/arm/plat-omap/include/mach/irda.h @@ -21,6 +21,10 @@ struct omap_irda_config { int transceiver_cap; int (*transceiver_mode)(struct device *dev, int mode); int (*select_irda)(struct device *dev, int state); + /* Very specific to the needs of some platforms (h3,h4) + * having calls which can sleep in irda_set_speed. + */ + struct delayed_work gpio_expa; int rx_channel; int tx_channel; unsigned long dest_start; -- 2.41.1