Module Name: src Committed By: riastradh Date: Sun Dec 19 01:02:34 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_fb_helper.h Log Message: Ifdef out drm_fb_helper_ioctl too. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h:1.10 src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h:1.11 --- src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h:1.10 Sun Dec 19 01:02:25 2021 +++ src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h Sun Dec 19 01:02:34 2021 @@ -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 @@ void drm_fb_helper_set_suspend_unlocked( #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);