summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/agp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/agp.h')
-rw-r--r--arch/parisc/include/asm/agp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/parisc/include/asm/agp.h b/arch/parisc/include/asm/agp.h
deleted file mode 100644
index d193a48490e2..000000000000
--- a/arch/parisc/include/asm/agp.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_PARISC_AGP_H
-#define _ASM_PARISC_AGP_H
-
-/*
- * PARISC specific AGP definitions.
- * Copyright (c) 2006 Kyle McMartin <kyle@parisc-linux.org>
- *
- */
-
-#define map_page_into_agp(page) do { } while (0)
-#define unmap_page_from_agp(page) do { } while (0)
-#define flush_agp_cache() mb()
-
-#endif /* _ASM_PARISC_AGP_H */