projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3447066
)
uapi/linux/resource.h: fix include
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 11 Dec 2023 20:12:04 +0000
(15:12 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000
(19:26 -0500)
We should't be depending on time.h; we should only be pulling in other
uapi headers.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/uapi/linux/resource.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/resource.h
b/include/uapi/linux/resource.h
index ac5d6a3031db707a9a61d6acd3c65e719b1097bf..4fc22908bc0901ea401a1a99899de9b2d1be9ed6 100644
(file)
--- a/
include/uapi/linux/resource.h
+++ b/
include/uapi/linux/resource.h
@@
-2,7
+2,7
@@
#ifndef _UAPI_LINUX_RESOURCE_H
#define _UAPI_LINUX_RESOURCE_H
-#include <linux/time.h>
+#include <linux/time
_types
.h>
#include <linux/types.h>
/*