summaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/agp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/agp.h')
-rw-r--r--arch/alpha/include/asm/agp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/alpha/include/asm/agp.h b/arch/alpha/include/asm/agp.h
deleted file mode 100644
index 4197b3bc78ee..000000000000
--- a/arch/alpha/include/asm/agp.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef AGP_H
-#define AGP_H 1
-
-#include <asm/io.h>
-
-/* dummy for now */
-
-#define map_page_into_agp(page) do { } while (0)
-#define unmap_page_from_agp(page) do { } while (0)
-#define flush_agp_cache() mb()
-
-#endif