diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-08-14 19:01:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-08-14 19:27:34 +0000 |
| commit | 7a7bbe10216e0fbcf3af7a122d249cb000d517c7 (patch) | |
| tree | 4409f5a56fb4043b54c6fc44a9e13a82ee1f46f6 /sys/dev/drm2 | |
| parent | 0beb88a242afbf7923e97cf317640d0f29310ca1 (diff) | |
Diffstat (limited to 'sys/dev/drm2')
| -rw-r--r-- | sys/dev/drm2/drm_fb_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/drm_fb_helper.c b/sys/dev/drm2/drm_fb_helper.c index c5ec36724a35..0405ca68bfa6 100644 --- a/sys/dev/drm2/drm_fb_helper.c +++ b/sys/dev/drm2/drm_fb_helper.c @@ -83,7 +83,7 @@ vt_kms_postswitch(void *arg) } struct fb_info * -framebuffer_alloc() +framebuffer_alloc(void) { struct fb_info *info; struct vt_kms_softc *sc; |
