Bart Van Assche
5299709d0a
treewide: Constify most dma_map_ops structures
Most dma_map_ops structures are never modified. Constify these
structures such that these can be write-protected. This patch
has been generated as follows:
git grep -l 'struct dma_map_ops' |
xargs -d\\n sed -i \
-e 's/struct dma_map_ops/const struct dma_map_ops/g' \
-e 's/const struct dma_map_ops {/struct dma_map_ops {/g' \
-e 's/^const struct dma_map_ops;$/struct dma_map_ops;/' \
-e 's/const const struct dma_map_ops /const struct dma_map_ops /g';
sed -i -e 's/const \(struct dma_map_ops intel_dma_ops\)/\1/' \
$(git grep -l 'struct dma_map_ops intel_dma_ops');
sed -i -e 's/const \(struct dma_map_ops dma_iommu_ops\)/\1/' \
$(git grep -l 'struct dma_map_ops' | grep ^arch/powerpc);
sed -i -e '/^struct vmd_dev {$/,/^};$/ s/const \(struct dma_map_ops[[:blank:]]dma_ops;\)/\1/' \
-e '/^static void vmd_setup_dma_ops/,/^}$/ s/const \(struct dma_map_ops \*dest\)/\1/' \
-e 's/const \(struct dma_map_ops \*dest = \&vmd->dma_ops\)/\1/' \
drivers/pci/host/*.c
sed -i -e '/^void __init pci_iommu_alloc(void)$/,/^}$/ s/dma_ops->/intel_dma_ops./' arch/ia64/kernel/pci-dma.c
sed -i -e 's/static const struct dma_map_ops sn_dma_ops/static struct dma_map_ops sn_dma_ops/' arch/ia64/sn/pci/pci_dma.c
sed -i -e 's/(const struct dma_map_ops \*)//' drivers/misc/mic/bus/vop_bus.c
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: linux-arch@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Russell King <linux@armlinux.org.uk>
Cc: x86@kernel.org
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-01-24 12:23:35 -05:00
..
2015-08-06 20:22:40 -04:00
2013-09-03 14:53:09 -04:00
2012-06-18 13:11:21 -04:00
2015-08-07 04:39:40 +03:00
2016-06-15 15:31:01 -04:00
2014-12-10 17:41:10 -08:00
2016-10-07 18:46:30 -07:00
2016-08-24 12:15:14 +02:00
2015-02-13 21:21:37 -08:00
2013-09-03 14:47:34 -04:00
2013-09-03 14:47:34 -04:00
2015-05-11 11:22:31 -04:00
2015-05-11 11:22:31 -04:00
2016-01-18 14:49:30 -05:00
2016-01-18 14:49:30 -05:00
2014-11-11 15:51:42 -05:00
2016-01-04 15:09:31 -05:00
2016-03-04 14:44:57 -05:00
2016-01-04 15:09:31 -05:00
2014-11-11 15:51:42 -05:00
2016-01-04 15:09:31 -05:00
2015-04-17 14:01:38 -04:00
2014-11-11 15:51:42 -05:00
2016-12-16 15:32:29 -05:00
2016-12-16 15:32:29 -05:00
2017-01-24 12:23:35 -05:00
2016-12-16 15:32:29 -05:00
2016-05-16 23:11:50 -03:00
2016-10-07 18:46:30 -07:00
2015-02-13 21:21:37 -08:00
2016-12-24 11:46:01 -08:00
2016-06-14 10:54:46 -07:00
2013-08-12 14:46:18 -04:00
2013-09-03 14:53:17 -04:00
2013-09-03 14:53:17 -04:00
2013-09-03 14:53:29 -04:00
2013-09-03 14:53:29 -04:00
2016-12-16 15:32:29 -05:00
2015-04-12 21:03:27 +02:00
2016-12-24 11:46:01 -08:00
2016-12-16 15:32:29 -05:00
2016-03-01 20:36:57 +01:00
2016-01-18 14:49:16 -05:00
2016-06-15 15:31:01 -04:00
2015-08-05 17:08:14 -07:00
2011-11-03 16:58:54 -04:00
2011-11-03 16:58:54 -04:00
2016-12-17 17:05:49 -08:00
2013-08-30 11:56:34 -04:00
2016-10-07 18:46:30 -07:00
2016-12-24 11:46:01 -08:00
2015-09-28 11:23:39 -04:00
2014-08-08 15:57:27 -07:00
2016-10-07 18:46:30 -07:00