aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2018-07-02 04:21:19 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-31 05:56:42 -0400
commitebd722275f9cfc6752e29d2412fa3816ca05764b (patch)
tree6796fcbf45ae49766e8121b2011bad37a289266c /include/uapi/linux
parent54c990775f78113a708f24e15877f6b7bd9a1277 (diff)
macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver
Now that the PowerMac via-pmu driver supports m68k PowerBooks, switch over to that driver and remove the via-pmu68k driver. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/pmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/pmu.h b/include/uapi/linux/pmu.h
index e128f609281a..97256f90e6df 100644
--- a/include/uapi/linux/pmu.h
+++ b/include/uapi/linux/pmu.h
@@ -94,7 +94,7 @@ enum {
94 PMU_PADDINGTON_BASED, /* 1999 PowerBook G3 */ 94 PMU_PADDINGTON_BASED, /* 1999 PowerBook G3 */
95 PMU_KEYLARGO_BASED, /* Core99 motherboard (PMU99) */ 95 PMU_KEYLARGO_BASED, /* Core99 motherboard (PMU99) */
96 PMU_68K_V1, /* Unused/deprecated */ 96 PMU_68K_V1, /* Unused/deprecated */
97 PMU_68K_V2, /* 68K PMU, version 2 */ 97 PMU_68K_V2, /* Unused/deprecated */
98}; 98};
99 99
100/* PMU PMU_POWER_EVENTS commands */ 100/* PMU PMU_POWER_EVENTS commands */