]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/irda.h
[ARM] 4680/1: parentheses around NR_IRQS definition
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / irda.h
index 805ae3575e44cf76048a2203fc77940c66e16c0c..96bb12fab4383582fbd11d5c979d0112fbd85180 100644 (file)
@@ -24,13 +24,14 @@ struct omap_irda_config {
        /* Very specific to the needs of some platforms (h3,h4)
         * having calls which can sleep in irda_set_speed.
         */
-       struct work_struct gpio_expa;
+       struct delayed_work gpio_expa;
        int rx_channel;
        int tx_channel;
        unsigned long dest_start;
        unsigned long src_start;
        int tx_trigger;
        int rx_trigger;
+       int mode;
 };
 
 #endif