Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 01:49:37 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm/ttm: ttm_bo_api.h

Log Message:
Move #endif earlier to avoid excluding useful prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.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/ttm/ttm_bo_api.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.h:1.5 src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.h:1.6
--- src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.h:1.5	Sat Dec 18 23:45:46 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.h	Sun Dec 19 01:49:36 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ttm_bo_api.h,v 1.5 2021/12/18 23:45:46 riastradh Exp $	*/
+/*	$NetBSD: ttm_bo_api.h,v 1.6 2021/12/19 01:49:36 riastradh Exp $	*/
 
 /**************************************************************************
  *
@@ -719,12 +719,12 @@ int ttm_bo_mmap_obj(struct vm_area_struc
 int ttm_bo_mmap(struct file *filp, struct vm_area_struct *vma,
 		struct ttm_bo_device *bdev);
 
+#endif	/* __NetBSD__ */
+
 void *ttm_kmap_atomic_prot(struct page *page, pgprot_t prot);
 
 void ttm_kunmap_atomic_prot(void *addr, pgprot_t prot);
 
-#endif	/* __NetBSD__ */
-
 /**
  * ttm_bo_io
  *

Reply via email to