Commit 267cf966 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] missing include compiler.h in arm memory.h

use of __deprecated requires compiler.h
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3c501b83
......@@ -13,6 +13,7 @@
#define __ASM_ARM_MEMORY_H
#include <linux/config.h>
#include <linux/compiler.h>
#include <asm/arch/memory.h>
#ifndef TASK_SIZE
......
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