diff options
| author | Greg Kroah-Hartman <[email protected]> | 2023-03-13 19:29:16 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-03-23 13:21:54 +0100 |
| commit | b18d0a0f92a8fe9e56d812808184c8c4b9f18f92 (patch) | |
| tree | cf261d8f973b64816b8edeb67f3e3dd376491523 /tools/perf/scripts/python/bin | |
| parent | a3ea9fbc822f9ae9402ffc0954751d7a11f672ea (diff) | |
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 <[email protected]>
Cc: Robin Murphy <[email protected]>
Cc: [email protected]
Acked-by: Joerg Roedel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions