]> git.karo-electronics.de Git - karo-tx-linux.git/commit
EDAC, altera: Constify irq_domain_ops
authorTobias Klauser <tklauser@distanz.ch>
Wed, 24 May 2017 13:35:05 +0000 (15:35 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 24 May 2017 13:46:25 +0000 (15:46 +0200)
commit18caec20bfa56911b5d23811ae344ae8dc163ba9
treec80b1e4db0e6c0477eb4ad6d021a9a8c1f11922e
parent08332893e37af6ae779367e78e444f8f9571511d
EDAC, altera: Constify irq_domain_ops

struct irq_domain_ops is not modified, so it can be made const.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cc: Thor Thayer <thor.thayer@linux.intel.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/20170524133505.1233-1-tklauser@distanz.ch
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/altera_edac.c