Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/linux drm: Just disable fb_get...



details:   https://anonhg.NetBSD.org/src/rev/88468f5dd481
branches:  trunk
changeset: 1028472:88468f5dd481
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 11:07:42 2021 +0000

description:
drm: Just disable fb_get_options for now.

diffstat:

 sys/external/bsd/drm2/include/linux/fb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bab6258a9c7 -r 88468f5dd481 sys/external/bsd/drm2/include/linux/fb.h
--- a/sys/external/bsd/drm2/include/linux/fb.h  Sun Dec 19 11:07:35 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/fb.h  Sun Dec 19 11:07:42 2021 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index