ARM: OMAP: Fixes for RMK's comments and changed GPIO triggering
authorTony Lindgren <tony@atomide.com>
Tue, 6 Sep 2005 10:49:33 +0000 (13:49 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Sep 2005 10:49:33 +0000 (13:49 +0300)
These fixes are based on RMK's comments here:

http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=2879/1

- BSS is zeroed, no reason to initialize variables in that area

- Made gpio.c use __void iomem *reg; instead of casting

- Made gpio triggering to set IRQT_NOEDGE at omap_request_gpio().
  The edge must be set with set_irq_type _after_ request_irq()


No differences found