mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-12 16:34:05 -04:00
- pci_alloc_consistent() and pci_zalloc_consistent() were removed by commit7968778914("PCI: Remove the deprecated "pci-dma-compat.h" API") - kmem_alloc() was removed by commitf078d4ea82("xfs: convert kmem_alloc() to kmalloc()") - kmem_zalloc() was removed by commit10634530f7("xfs: convert kmem_zalloc() to kzalloc()") - kmem_zone_alloc() and kmem_zone_zalloc() were removed by commitbae633a4a2("xfs: remove xfs_zone_{alloc,zalloc} helpers") So drop them from the rules. No functional change. Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>