diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 18:35:37 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 18:37:17 +0000 |
| commit | 9863e501c8d482dc47e856a2778dc3cbf6eb6d22 (patch) | |
| tree | e4d451cbed3459dff1766c5fdeface3a90d1609b /sys/dev/fb | |
| parent | 939cb349b2ca4d3fcdc72ab1258eadee5e54881c (diff) | |
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/fbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index 5fda7bcfe2f9..8dfc24707cd8 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -202,7 +202,7 @@ fb_init(struct fb_list_entry *entry, int unit) } int -fbd_list() +fbd_list(void) { struct fb_list_entry *entry; |
