]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iommu/vt-d: Constify irq_domain_ops
authorTobias Klauser <tklauser@distanz.ch>
Wed, 24 May 2017 14:31:23 +0000 (16:31 +0200)
committerJoerg Roedel <jroedel@suse.de>
Tue, 30 May 2017 09:41:32 +0000 (11:41 +0200)
commit71bb620df634b22a08efd62a0f93c3f2aceaa8e2
tree2263b2fca8c709460373448ce6f95f9d69d9bfee
parentb316d02a13c3a8ebe681b7232defbdf3fa28c41b
iommu/vt-d: 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/intel_irq_remapping.c