1. 07 7月, 2011 1 次提交
    • W
      arm: mach-vt8500: add forgotten irq_data conversion · d30e1521
      Wolfram Sang 提交于
      This platform has not been converted to 'struct irq_data' when the big
      pile was done. It fails to compile nowadays, because the compatibility
      code has gone.
      
        CC      arch/arm/mach-vt8500/irq.o
      arch/arm/mach-vt8500/irq.c:118:2: error: unknown field 'ack' specified in initializer
      arch/arm/mach-vt8500/irq.c:118:2: warning: initialization from incompatible pointer type
      arch/arm/mach-vt8500/irq.c:119:2: error: unknown field 'mask' specified in initializer
      arch/arm/mach-vt8500/irq.c:119:2: warning: initialization from incompatible pointer type
      arch/arm/mach-vt8500/irq.c:120:2: error: unknown field 'unmask' specified in initializer
      arch/arm/mach-vt8500/irq.c:120:2: warning: initialization from incompatible pointer type
      arch/arm/mach-vt8500/irq.c:121:2: error: unknown field 'set_type' specified in initializer
      arch/arm/mach-vt8500/irq.c:121:2: warning: initialization from incompatible pointer type
      make[1]: *** [arch/arm/mach-vt8500/irq.o] Error 1
      
      Add the missing conversion. Tested on a JayPC-Tablet.
      Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
      Acked-by: NAlexey Charkov <alchark@gmail.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      d30e1521
  2. 06 7月, 2011 3 次提交
  3. 05 7月, 2011 6 次提交
  4. 04 7月, 2011 6 次提交
  5. 03 7月, 2011 24 次提交