Commit 880d5a36 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

drivers/staging/media/atomisp/pci/atomisp2: use set_memory.h

Cc: Laura 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 8d5a1181
......@@ -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"
......
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