]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/irqchip/irq-ts4800.c
irqchip/ts4800: Make ts4800_ic_ops static const
authorAxel Lin <axel.lin@ingics.com>
Sun, 14 Feb 2016 13:50:04 +0000 (21:50 +0800)
committerJason Cooper <jason@lakedaemon.net>
Thu, 18 Feb 2016 02:09:18 +0000 (02:09 +0000)
commite4e1c0ea731e4a3df470110bfdf8a18d11d59351
tree8ac4679ad2aae070ada00e332ab567bd10047c3b
parentb6bc902ddca18749253093f5f8dc15391d8c2356
irqchip/ts4800: Make ts4800_ic_ops static const

ts4800_ic_ops is only referenced in this driver, so make it static.
In additional, it's never get modified thus also make it const.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Link: https://lkml.kernel.org/r/1455457804.13175.1.camel@ingics.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-ts4800.c