diff options
author | Marc Zyngier <maz@kernel.org> | 2025-05-13 18:28:11 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-05-16 21:32:19 +0200 |
commit | e51b27438a10391fdc94dd2046d9ffa9c2679c74 (patch) | |
tree | 5bb008d5ae820f7f177014d4e8f7b60553311f37 /scripts/lib/kdoc/kdoc_parser.py | |
parent | 6a08164de9fce377fe2144ba3f9302ffdffe29af (diff) |
irqchip: Make irq-msi-lib.h globally available
Move irq-msi-lib.h into include/linux/irqchip, making it available
to compilation units outside of drivers/irqchip.
This requires some churn in drivers to fetch it from the new location,
generated using this script:
git grep -l -w \"irq-msi-lib.h\" | \
xargs sed -i -e 's:"irq-msi-lib.h":\<linux/irqchip/irq-msi-lib.h\>:'
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250513172819.2216709-2-maz@kernel.org
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions