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
..
2016-04-18 12:45:52 +02:00
2009-12-12 13:08:14 +01:00
2008-08-05 13:35:07 +02:00
2016-06-16 10:48:32 +02:00
2014-01-12 10:37:15 +01:00
2014-04-18 11:40:33 +02:00
2012-03-28 18:30:01 +01:00
2014-03-31 08:41:36 +02:00
2010-08-11 08:59:21 -07:00
2009-11-26 09:16:19 +01:00
2016-03-13 23:55:13 -04:00
2016-03-14 11:08:29 +01:00
2008-08-05 13:35:07 +02:00
2017-01-24 12:23:35 -05:00
2008-08-05 13:35:07 +02:00
2015-04-13 18:48:55 +02:00
2008-08-05 13:35:07 +02:00
2009-03-02 16:49:37 -05:00
2008-08-05 14:36:57 +02:00
2009-12-14 19:24:28 +01:00
2009-05-13 16:53:48 +02:00
2015-07-29 10:02:36 +02:00
2008-08-05 14:36:57 +02:00
2010-10-07 14:08:55 +01:00
2015-10-04 16:31:13 +01:00
2009-01-07 10:40:30 +01:00
2012-07-24 15:27:30 +08:00
2013-11-20 09:53:22 +01:00
2008-08-05 13:35:07 +02:00
2008-08-05 13:35:07 +02:00
2008-08-05 13:35:07 +02:00
2012-09-28 14:31:03 +09:30
2008-08-05 13:35:07 +02:00
2016-01-15 17:56:32 -08:00
2016-03-07 10:40:02 -06:00
2016-06-24 17:23:52 -07:00
2008-08-05 13:35:07 +02:00
2015-02-11 17:06:03 -08:00
2016-11-17 08:17:36 +01:00
2012-12-19 18:07:39 -05:00
2008-08-05 13:35:07 +02:00
2012-10-10 12:09:31 +01:00
2008-08-05 13:35:07 +02:00
2013-02-03 15:09:22 -05:00
2008-08-05 13:35:07 +02:00
2015-08-04 09:38:03 +02:00
2011-01-13 20:41:06 +01:00
2008-08-05 13:35:07 +02:00
2012-10-10 12:09:31 +01:00
2015-04-12 21:03:30 +02:00
2008-08-05 13:35:07 +02:00
2008-08-05 13:35:07 +02:00
2008-08-05 13:35:07 +02:00
2008-08-05 13:35:07 +02:00
2012-10-10 12:09:31 +01:00
2016-09-13 17:50:18 -04:00
2008-08-05 13:35:07 +02:00
2008-08-05 13:35:07 +02:00
2015-02-09 15:27:44 +01:00
2008-08-05 13:35:07 +02:00