From 639f6571458948b5112be2cf00c0c2c04db2897d Mon Sep 17 00:00:00 2001
From: Bryan Wu <cooloney@kernel.org>
Date: Wed, 27 Aug 2008 10:51:02 +0800
Subject: Blackfin arch: move include/asm-blackfin header files to
 arch/blackfin

Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 arch/blackfin/include/asm/pgalloc.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 arch/blackfin/include/asm/pgalloc.h

(limited to 'arch/blackfin/include/asm/pgalloc.h')

diff --git a/arch/blackfin/include/asm/pgalloc.h b/arch/blackfin/include/asm/pgalloc.h
new file mode 100644
index 000000000000..c686e0542fd0
--- /dev/null
+++ b/arch/blackfin/include/asm/pgalloc.h
@@ -0,0 +1,8 @@
+#ifndef _BLACKFIN_PGALLOC_H
+#define _BLACKFIN_PGALLOC_H
+
+#include <asm/setup.h>
+
+#define check_pgt_cache()	do { } while (0)
+
+#endif				/* _BLACKFIN_PGALLOC_H */
-- 
cgit v1.2.2