aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/machdep.h')
-rw-r--r--include/asm-ppc/machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h
index ebbef64e8985..2723b423f675 100644
--- a/include/asm-ppc/machdep.h
+++ b/include/asm-ppc/machdep.h
@@ -104,9 +104,6 @@ struct machdep_calls {
104 unsigned long size, 104 unsigned long size,
105 pgprot_t vma_prot); 105 pgprot_t vma_prot);
106 106
107 /* this is for modules, since _machine can be a define -- Cort */
108 int ppc_machine;
109
110 /* Motherboard/chipset features. This is a kind of general purpose 107 /* Motherboard/chipset features. This is a kind of general purpose
111 * hook used to control some machine specific features (like reset 108 * hook used to control some machine specific features (like reset
112 * lines, chip power control, etc...). 109 * lines, chip power control, etc...).