]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/amd: Constify irq_domain_ops
authorTobias Klauser <tklauser@distanz.ch>
Wed, 24 May 2017 14:31:16 +0000 (16:31 +0200)
committerJoerg Roedel <jroedel@suse.de>
Tue, 30 May 2017 09:45:07 +0000 (11:45 +0200)
commite2f9d45fb452c60c9aaab55ce6f40601f9ec6516
treedabb0dff8c0b512792f71752b979c93abac5ba1d
parent30bf2df65b0d18f53ee9c92131239f66c8f55d63
iommu/amd: 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>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c