mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-21 01:02:09 +00:00
There are several architectures that duplicate definitions of map_page_into_agp(), unmap_page_from_agp() and flush_agp_cache(). Define those in asm-generic/agp.h and use it instead of duplicated per-architecture headers. Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 lines
305 B
Makefile
12 lines
305 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generated-y += syscall_table_32.h
|
|
generated-y += syscall_table_64.h
|
|
generated-y += syscall_table_spu.h
|
|
generic-y += agp.h
|
|
generic-y += export.h
|
|
generic-y += kvm_types.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += qrwlock.h
|
|
generic-y += vtime.h
|
|
generic-y += early_ioremap.h
|