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/drm/radeon Put all the #endifs in...



details:   https://anonhg.NetBSD.org/src/rev/85318e0bd44a
branches:  trunk
changeset: 834833:85318e0bd44a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:37:00 2018 +0000

description:
Put all the #endifs in a row!

diffstat:

 sys/external/bsd/drm2/dist/drm/radeon/radeon_gart.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a8c3aeec335a -r 85318e0bd44a sys/external/bsd/drm2/dist/drm/radeon/radeon_gart.c
--- a/sys/external/bsd/drm2/dist/drm/radeon/radeon_gart.c       Mon Aug 27 06:36:48 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/radeon/radeon_gart.c       Mon Aug 27 06:37:00 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: radeon_gart.c,v 1.7 2018/08/27 04:58:36 riastradh Exp $        */
+/*     $NetBSD: radeon_gart.c,v 1.8 2018/08/27 06:37:00 riastradh Exp $        */
 
 /*
  * Copyright 2008 Advanced Micro Devices, Inc.
@@ -28,7 +28,7 @@
  *          Jerome Glisse
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeon_gart.c,v 1.7 2018/08/27 04:58:36 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeon_gart.c,v 1.8 2018/08/27 06:37:00 riastradh Exp $");
 
 #include <drm/drmP.h>
 #include <drm/radeon_drm.h>
@@ -484,6 +484,7 @@
        }
        return 0;
 }
+#endif
 
 /**
  * radeon_gart_init - init the driver info for managing the gart



Home | Main Index | Thread Index | Old Index