aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/creator/creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/creator/creator.h')
-rw-r--r--sys/sparc64/creator/creator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/creator/creator.h b/sys/sparc64/creator/creator.h
index 6fa42f731525..b3be9e2ae5d3 100644
--- a/sys/sparc64/creator/creator.h
+++ b/sys/sparc64/creator/creator.h
@@ -142,7 +142,7 @@
struct creator_softc {
video_adapter_t sc_va; /* XXX must be first */
- dev_t sc_si;
+ struct cdev *sc_si;
struct resource *sc_reg[FFB_NREG];
bus_space_tag_t sc_bt[FFB_NREG];