aboutsummaryrefslogtreecommitdiff
path: root/include/asm-m68k/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/mmzone.h')
-rw-r--r--include/asm-m68k/mmzone.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-m68k/mmzone.h b/include/asm-m68k/mmzone.h
deleted file mode 100644
index e1f1ec7b700..00000000000
--- a/include/asm-m68k/mmzone.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _ASM_M68K_MMZONE_H_
-#define _ASM_M68K_MMZONE_H_
-
-extern pg_data_t pg_data_map[];
-
-#define NODE_DATA(nid) (&pg_data_map[nid])
-#define NODE_MEM_MAP(nid) (NODE_DATA(nid)->node_mem_map)
-
-#endif /* _ASM_M68K_MMZONE_H_ */