mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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
This commit is contained in:
parent
8550ddb2ea
commit
820272c408
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue