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/dist/include/drm Ifdef out drm_fb_help...



details:   https://anonhg.NetBSD.org/src/rev/0d502a67b494
branches:  trunk
changeset: 1027875:0d502a67b494
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:02:34 2021 +0000

description:
Ifdef out drm_fb_helper_ioctl too.

diffstat:

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

diffs (21 lines):

diff -r 0b190b0434bc -r 0d502a67b494 sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h    Sun Dec 19 01:02:25 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h    Sun Dec 19 01:02:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_fb_helper.h,v 1.10 2021/12/19 01:02:25 riastradh Exp $     */
+/*     $NetBSD: drm_fb_helper.h,v 1.11 2021/12/19 01:02:34 riastradh Exp $     */
 
 /*
  * Copyright (c) 2006-2009 Red Hat Inc.
@@ -274,10 +274,10 @@
 
 #ifndef __NetBSD__             /* XXX fb cmap */
 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
-#endif
 
 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
                        unsigned long arg);
+#endif
 
 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);



Home | Main Index | Thread Index | Old Index