summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-13 21:29:16 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-23 15:21:54 +0300
commitb18d0a0f92a8fe9e56d812808184c8c4b9f18f92 (patch)
treecf261d8f973b64816b8edeb67f3e3dd376491523 /scripts/objdiff
parenta3ea9fbc822f9ae9402ffc0954751d7a11f672ea (diff)
downloadlinux-b18d0a0f92a8fe9e56d812808184c8c4b9f18f92.tar.xz
iommu: make the pointer to struct bus_type constant
A number of iommu functions take a struct bus_type * and never modify the data passed in, so make them all const * as that is what the driver core is expecting to have passed into as well. This is a step toward making all struct bus_type pointers constant in the kernel. Cc: Will Deacon <will@kernel.org> Cc: Robin Murphy <robin.murphy@arm.com> Cc: iommu@lists.linux.dev Acked-by: Joerg Roedel <jroedel@suse.de> Link: https://lore.kernel.org/r/20230313182918.1312597-34-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions