aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/fbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/fbio.h')
-rw-r--r--sys/sys/fbio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h
index 160eb7a6145b..d1f12dd8810f 100644
--- a/sys/sys/fbio.h
+++ b/sys/sys/fbio.h
@@ -141,8 +141,6 @@ struct fb_info {
/* Methods. */
fb_write_t *fb_write; /* if NULL, direct mem write. */
fb_read_t *fb_read; /* if NULL, direct mem read. */
- fb_ioctl_t *fb_ioctl; /* Can be NULL. */
- fb_mmap_t *fb_mmap; /* Can be NULL. */
struct cdev *fb_cdev;