Commit e47036b4 authored by Laura Abbott's avatar Laura Abbott Committed by Linus Torvalds

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.comSigned-off-by: default avatarLaura Abbott <labbott@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d1163651
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <linux/page-flags.h> #include <linux/page-flags.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <asm/set_memory.h>
#include "agp.h" #include "agp.h"
#define AMD_MMBASE_BAR 1 #define AMD_MMBASE_BAR 1
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/agp_backend.h> #include <linux/agp_backend.h>
#include <asm/agp.h> #include <asm/agp.h>
#include <asm/set_memory.h>
#include "agp.h" #include "agp.h"
#define ATI_GART_MMBASE_BAR 1 #define ATI_GART_MMBASE_BAR 1
......
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/cacheflush.h> #ifdef CONFIG_X86
#include <asm/set_memory.h>
#endif
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include "agp.h" #include "agp.h"
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "agp.h" #include "agp.h"
#include "intel-agp.h" #include "intel-agp.h"
#include <drm/intel-gtt.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 * If we have Intel graphics, we're not going to have anything other than
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/jiffies.h> #include <linux/jiffies.h>
#include <linux/agp_backend.h> #include <linux/agp_backend.h>
#include <asm/set_memory.h>
#include "agp.h" #include "agp.h"
#define SVWRKS_COMMAND 0x04 #define SVWRKS_COMMAND 0x04
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment