Module Name: src Committed By: riastradh Date: Mon Aug 27 06:32:57 UTC 2018
Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_agpsupport.c Log Message: Terminate ifdef missed in merge. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c 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/drm_agpsupport.c diff -u src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.7 src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.8 --- src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c:1.7 Mon Aug 27 04:58:19 2018 +++ src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c Mon Aug 27 06:32:57 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: drm_agpsupport.c,v 1.7 2018/08/27 04:58:19 riastradh Exp $ */ +/* $NetBSD: drm_agpsupport.c,v 1.8 2018/08/27 06:32:57 riastradh Exp $ */ /** * \file drm_agpsupport.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: drm_agpsupport.c,v 1.7 2018/08/27 04:58:19 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: drm_agpsupport.c,v 1.8 2018/08/27 06:32:57 riastradh Exp $"); #include <drm/drmP.h> #include <linux/errno.h> @@ -565,3 +565,4 @@ drm_agp_bind_pages(struct drm_device *de return mem; } EXPORT_SYMBOL(drm_agp_bind_pages); +#endif