mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
12a29115be
When building selftests/dma:
$ make -C tools/testing/selftests TARGETS=dma
I hit the following compilation error:
dma_map_benchmark.c:13:10: fatal error: linux/map_benchmark.h: No such file or directory
#include <linux/map_benchmark.h>
^~~~~~~~~~~~~~~~~~~~~~~
dma/Makefile does not include the map_benchmark.h path, so add
more including path, and fix include order in dma_map_benchmark.c
Fixes:
|
||
---|---|---|
.. | ||
config | ||
dma_map_benchmark.c | ||
Makefile |