diff options
author | 2011-01-05 08:46:18 +0200 | |
---|---|---|
committer | 2011-01-07 13:33:08 -0800 | |
commit | 1a9b5878671d417a856fdafe971306c99297b7f0 (patch) | |
tree | 36081197314bd24eccc01d240b64275b944ca46d /drivers/base/platform.c | |
parent | omap2+: pm_bus: make functions used as pointers as static (diff) | |
download | wireguard-linux-1a9b5878671d417a856fdafe971306c99297b7f0.tar.xz wireguard-linux-1a9b5878671d417a856fdafe971306c99297b7f0.zip |
arm: omap: gpio: don't access irq_desc array directly
Instead of accessing the irq_desc array directly
we can use irq_to_desc(irq). That will allow us to,
if wanted, select SPARSE_IRQ and irq_descs will be
added to a radix tree, instead of a array.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'drivers/base/platform.c')
0 files changed, 0 insertions, 0 deletions