summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/powerpc/powermac/cpcht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/cpcht.c b/sys/powerpc/powermac/cpcht.c
index a0c5eb2..f08140b 100644
--- a/sys/powerpc/powermac/cpcht.c
+++ b/sys/powerpc/powermac/cpcht.c
@@ -622,7 +622,7 @@ struct openpic_cpcht_softc {
static driver_t openpic_cpcht_driver = {
"htpic",
openpic_cpcht_methods,
- sizeof(struct openpic_softc),
+ sizeof(struct openpic_cpcht_softc),
};
DRIVER_MODULE(openpic, unin, openpic_cpcht_driver, openpic_devclass, 0, 0);
OpenPOWER on IntegriCloud