linux/arch/arm/mach-footbridge
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
include/mach ARM: footbridge: remove custom DMA address handling 2022-09-15 15:59:16 +02:00
common.c ARM: footbridge: remove CATS 2023-01-10 23:10:27 +01:00
common.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dc21285-timer.c ARM: 8965/2: footbridge: replace setup_irq() by request_irq() 2020-03-19 09:27:40 +00:00
dc21285.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dma-isa.c ARM: footbridge: remove custom DMA address handling 2022-09-15 15:59:16 +02:00
ebsa285-pci.c ARM: footbridge: fix PCI interrupt mapping 2021-03-25 10:26:21 +00:00
ebsa285.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
isa-irq.c ARM: 8965/2: footbridge: replace setup_irq() by request_irq() 2020-03-19 09:27:40 +00:00
isa-rtc.c ARM: footbridge: drop unnecessary inclusion 2023-01-09 23:18:16 +01:00
isa-timer.c ARM: 8965/2: footbridge: replace setup_irq() by request_irq() 2020-03-19 09:27:40 +00:00
isa.c ARM: footbridge: remove leftover from personal-server 2022-09-09 17:14:28 +02:00
Kconfig ARM: footbridge: remove CATS 2023-01-10 23:10:27 +01:00
Makefile ARM: footbridge: remove CATS 2023-01-10 23:10:27 +01:00
netwinder-hw.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
netwinder-pci.c ARM: footbridge: fix PCI interrupt mapping 2021-03-25 10:26:21 +00:00