Module Name: src Committed By: riastradh Date: Sun Dec 19 10:48:54 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nv50_display.h Log Message: Delete obsolete declarations that are getting in the way. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nv50_display.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/drm/nouveau/nv50_display.h diff -u src/sys/external/bsd/drm2/dist/drm/nouveau/nv50_display.h:1.3 src/sys/external/bsd/drm2/dist/drm/nouveau/nv50_display.h:1.4 --- src/sys/external/bsd/drm2/dist/drm/nouveau/nv50_display.h:1.3 Sat Dec 18 23:45:32 2021 +++ src/sys/external/bsd/drm2/dist/drm/nouveau/nv50_display.h Sun Dec 19 10:48:54 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: nv50_display.h,v 1.3 2021/12/18 23:45:32 riastradh Exp $ */ +/* $NetBSD: nv50_display.h,v 1.4 2021/12/19 10:48:54 riastradh Exp $ */ /* * Copyright (C) 2008 Maarten Maathuis. @@ -33,7 +33,4 @@ #include "nouveau_reg.h" int nv50_display_create(struct drm_device *); -void nv50_display_destroy(struct drm_device *); -int nv50_display_init(struct drm_device *); -void nv50_display_fini(struct drm_device *); #endif /* __NV50_DISPLAY_H__ */