From aec197469ea0f56943382462de7a001df6ba3358 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 26 Jun 2006 13:57:13 +0200 Subject: [PATCH] --- yaml --- r: 30471 b: refs/heads/master c: 357c2b9056df447390b7df3e49960a4c609a89a9 h: refs/heads/master i: 30469: 4280fb429135cf142352bd1276f0532bd72569e4 30467: f94aee54d964e9dddec1021293ae28b59e844616 30463: cefa3af1ae482653002ca7589f72a990fd73f898 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/setup.c | 1 - trunk/include/asm-x86_64/gart-mapping.h | 16 ---------------- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 trunk/include/asm-x86_64/gart-mapping.h diff --git a/[refs] b/[refs] index f7c07a59732e..f5dd0e4c612e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08cd36570e47176c7b6bd3e80125aa46c4638097 +refs/heads/master: 357c2b9056df447390b7df3e49960a4c609a89a9 diff --git a/trunk/arch/x86_64/kernel/setup.c b/trunk/arch/x86_64/kernel/setup.c index a91f1d94f9e5..9dadb9a1db2a 100644 --- a/trunk/arch/x86_64/kernel/setup.c +++ b/trunk/arch/x86_64/kernel/setup.c @@ -65,7 +65,6 @@ #include #include #include -#include #include /* diff --git a/trunk/include/asm-x86_64/gart-mapping.h b/trunk/include/asm-x86_64/gart-mapping.h deleted file mode 100644 index ada497b0b55b..000000000000 --- a/trunk/include/asm-x86_64/gart-mapping.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _X8664_GART_MAPPING_H -#define _X8664_GART_MAPPING_H 1 - -#include -#include - -struct device; - -extern void* -gart_alloc_coherent(struct device *dev, size_t size, - dma_addr_t *dma_handle, gfp_t gfp); - -extern int -gart_dma_supported(struct device *hwdev, u64 mask); - -#endif /* _X8664_GART_MAPPING_H */