Message ID | 6c737cda-28aa-0ac7-c07c-5115d0968bd9@linuxfoundation.org (mailing list archive) |
---|---|
State | Accepted |
Commit | f6274b06e326d8471cdfb52595f989a90f5e888f |
Headers | show |
Series | [GIT,PULL] Kselftest fixes update for Linux 5.15-rc5 | expand |
The pull request you sent on Mon, 4 Oct 2021 15:15:09 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-5.15-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f6274b06e326d8471cdfb52595f989a90f5e888f
Thank you!
diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c index 4de902ea14d8..de1c4e6de0b2 100644 --- a/tools/testing/selftests/drivers/dma-buf/udmabuf.c +++ b/tools/testing/selftests/drivers/dma-buf/udmabuf.c @@ -1,10 +1,13 @@ // SPDX-License-Identifier: GPL-2.0 +#define _GNU_SOURCE +#define __EXPORTED_HEADERS__ + #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <errno.h> -#include <linux/fcntl.h> +#include <fcntl.h> #include <malloc.h> #include <sys/ioctl.h>