drivers/staging/media/atomisp/pci/atomisp2: use set_memory.h
Cc: 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
8d5a1181f3
commit
880d5a36ef
|
@ -36,12 +36,13 @@
|
|||
#include <linux/string.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/errno.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include <linux/io.h>
|
||||
#include <asm/current.h>
|
||||
#include <linux/sched/signal.h>
|
||||
#include <linux/file.h>
|
||||
|
||||
#include <asm/set_memory.h>
|
||||
|
||||
#include "atomisp_internal.h"
|
||||
#include "hmm/hmm_common.h"
|
||||
#include "hmm/hmm_pool.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <linux/types.h>
|
||||
#include <linux/mm.h>
|
||||
|
||||
#include "asm/cacheflush.h"
|
||||
#include <asm/set_memory.h>
|
||||
|
||||
#include "atomisp_internal.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
#include <linux/types.h>
|
||||
#include <linux/mm.h>
|
||||
|
||||
#include "asm/cacheflush.h"
|
||||
#include <asm/set_memory.h>
|
||||
|
||||
#include "atomisp_internal.h"
|
||||
#include "hmm/hmm_pool.h"
|
||||
|
||||
|
|
|
@ -30,13 +30,16 @@
|
|||
#include <linux/slab.h> /* for kmalloc */
|
||||
#include <linux/list.h>
|
||||
#include <linux/io.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
#ifdef CONFIG_X86
|
||||
#include <asm/set_memory.h>
|
||||
#endif
|
||||
|
||||
#include "atomisp_internal.h"
|
||||
#include "mmu/isp_mmu.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue