aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/lmb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/lmb.h')
-rw-r--r--include/asm-ppc64/lmb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc64/lmb.h b/include/asm-ppc64/lmb.h
index a6cbca21ac1d..cb368bf0f264 100644
--- a/include/asm-ppc64/lmb.h
+++ b/include/asm-ppc64/lmb.h
@@ -22,7 +22,6 @@
22 22
23struct lmb_property { 23struct lmb_property {
24 unsigned long base; 24 unsigned long base;
25 unsigned long physbase;
26 unsigned long size; 25 unsigned long size;
27}; 26};
28 27