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/include/linux Fix include guards.



details:   https://anonhg.NetBSD.org/src/rev/b10f541259e4
branches:  trunk
changeset: 835081:b10f541259e4
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 07:32:22 2018 +0000

description:
Fix include guards.

diffstat:

 sys/external/bsd/drm2/include/linux/reservation.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 6b5baec908d7 -r b10f541259e4 sys/external/bsd/drm2/include/linux/reservation.h
--- a/sys/external/bsd/drm2/include/linux/reservation.h Mon Aug 27 07:32:11 2018 +0000
+++ b/sys/external/bsd/drm2/include/linux/reservation.h Mon Aug 27 07:32:22 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: reservation.h,v 1.2 2018/08/27 07:32:11 riastradh Exp $        */
+/*     $NetBSD: reservation.h,v 1.3 2018/08/27 07:32:22 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -29,8 +29,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef _ASM_RESERVATION_H_
-#define _ASM_RESERVATION_H_
+#ifndef _LINUX_RESERVATION_H_
+#define _LINUX_RESERVATION_H_
 
 #include <sys/atomic.h>
 
@@ -79,4 +79,4 @@
        return fence;
 }
 
-#endif  /* _ASM_RESERVATION_H_ */
+#endif  /* _LINUX_RESERVATION_H_ */



Home | Main Index | Thread Index | Old Index