svn commit: r363564 - head/sys/compat/linuxkpi/common/include/linux

Emmanuel Vadot manu at FreeBSD.org
Sun Jul 26 16:30:02 UTC 2020


Author: manu
Date: Sun Jul 26 16:30:01 2020
New Revision: 363564
URL: https://svnweb.freebsd.org/changeset/base/363564

Log:
  linuxkpi: Include linux/sizes.h in dma-mapping.h
  
  Linux does the same, this avoids ifdef or extra includes in ported drivers.
  
  Reviewed by:	emaste, hselasky
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D25701

Modified:
  head/sys/compat/linuxkpi/common/include/linux/dma-mapping.h

Modified: head/sys/compat/linuxkpi/common/include/linux/dma-mapping.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/dma-mapping.h	Sun Jul 26 15:10:33 2020	(r363563)
+++ head/sys/compat/linuxkpi/common/include/linux/dma-mapping.h	Sun Jul 26 16:30:01 2020	(r363564)
@@ -38,6 +38,7 @@
 #include <linux/scatterlist.h>
 #include <linux/mm.h>
 #include <linux/page.h>
+#include <linux/sizes.h>
 
 #include <sys/systm.h>
 #include <sys/malloc.h>


More information about the svn-src-head mailing list