Date: Sun, 26 Jul 2020 16:30:02 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r363564 - head/sys/compat/linuxkpi/common/include/linux Message-ID: <202007261630.06QGU20h061978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007261630.06QGU20h061978>