mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 02:54:00 +08:00
agp: use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Link: http://lkml.kernel.org/r/1488920133-27229-7-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d11636511e
commit
e47036b45a
@ -9,6 +9,7 @@
|
||||
#include <linux/page-flags.h>
|
||||
#include <linux/mm.h>
|
||||
#include <linux/slab.h>
|
||||
#include <asm/set_memory.h>
|
||||
#include "agp.h"
|
||||
|
||||
#define AMD_MMBASE_BAR 1
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/agp_backend.h>
|
||||
#include <asm/agp.h>
|
||||
#include <asm/set_memory.h>
|
||||
#include "agp.h"
|
||||
|
||||
#define ATI_GART_MMBASE_BAR 1
|
||||
|
@ -39,7 +39,9 @@
|
||||
#include <linux/sched.h>
|
||||
#include <linux/slab.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#ifdef CONFIG_X86
|
||||
#include <asm/set_memory.h>
|
||||
#endif
|
||||
#include <asm/pgtable.h>
|
||||
#include "agp.h"
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "agp.h"
|
||||
#include "intel-agp.h"
|
||||
#include <drm/intel-gtt.h>
|
||||
#include <asm/set_memory.h>
|
||||
|
||||
/*
|
||||
* If we have Intel graphics, we're not going to have anything other than
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/jiffies.h>
|
||||
#include <linux/agp_backend.h>
|
||||
#include <asm/set_memory.h>
|
||||
#include "agp.h"
|
||||
|
||||
#define SVWRKS_COMMAND 0x04
|
||||
|
Loading…
Reference in New Issue
Block a user