aboutsummaryrefslogtreecommitdiffstats
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 e1f1ec7b7006..000000000000
--- a/include/asm-m68k/mmzone.h
+++ /dev/null
@@ -1,9 +0,0 @@
1#ifndef _ASM_M68K_MMZONE_H_
2#define _ASM_M68K_MMZONE_H_
3
4extern pg_data_t pg_data_map[];
5
6#define NODE_DATA(nid) (&pg_data_map[nid])
7#define NODE_MEM_MAP(nid) (NODE_DATA(nid)->node_mem_map)
8
9#endif /* _ASM_M68K_MMZONE_H_ */