Searched hist:"12 a29115" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/dma/ |
H A D | Makefile | 12a29115 Tue Jun 14 07:02:35 CDT 2022 Yu Liao <liaoyu15@huawei.com> selftests dma: fix compile error for dma_map_benchmark
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: 8ddde07a3d28 ("dma-mapping: benchmark: extract a common header file for map_benchmark definition") Signed-off-by: Yu Liao <liaoyu15@huawei.com> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|
H A D | dma_map_benchmark.c | 12a29115 Tue Jun 14 07:02:35 CDT 2022 Yu Liao <liaoyu15@huawei.com> selftests dma: fix compile error for dma_map_benchmark
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: 8ddde07a3d28 ("dma-mapping: benchmark: extract a common header file for map_benchmark definition") Signed-off-by: Yu Liao <liaoyu15@huawei.com> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|