diff options
| author | riastradh <riastradh@NetBSD.org> | 2021-12-19 11:07:42 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2021-12-19 11:07:42 +0000 |
| commit | 261f72e6679ea611fa640bc6a078115b4ea2362a (patch) | |
| tree | 2242db220b8603736feb51e68ca8d902b86225c7 /sys/external/bsd/drm2/include/linux | |
| parent | b04d52ce413c8221821b9bf2fe714abed71a480d (diff) | |
drm: Just disable fb_get_options for now.
Diffstat (limited to 'sys/external/bsd/drm2/include/linux')
| -rw-r--r-- | sys/external/bsd/drm2/include/linux/fb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/external/bsd/drm2/include/linux/fb.h b/sys/external/bsd/drm2/include/linux/fb.h index 7d5cb48ad7d..a3bdd63b3c7 100644 --- a/sys/external/bsd/drm2/include/linux/fb.h +++ b/sys/external/bsd/drm2/include/linux/fb.h @@ -1,4 +1,4 @@ -/* $NetBSD: fb.h,v 1.6 2021/12/19 09:47:02 riastradh Exp $ */ +/* $NetBSD: fb.h,v 1.7 2021/12/19 11:07:42 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -45,7 +45,7 @@ static inline int fb_get_options(const char *name, char **options) { - panic("TODO"); return 0; } + #endif /* _LINUX_FB_H_ */ |
