summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/gfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fb/gfb.h')
-rw-r--r--sys/dev/fb/gfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/gfb.h b/sys/dev/fb/gfb.h
index 07ee5c9..470dfc2 100644
--- a/sys/dev/fb/gfb.h
+++ b/sys/dev/fb/gfb.h
@@ -166,7 +166,7 @@ typedef struct gfb_softc {
int type;
int model;
struct cdevsw *cdevsw;
- dev_t devt;
+ struct cdev *devt;
} *gfb_softc_t;
#endif /* _FB_GFB_H_ */
OpenPOWER on IntegriCloud