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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to