projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88cf81f
)
include/linux/resource.h needs types.h
author
Jean Delvare
<khali@linux-fr.org>
Thu, 11 Nov 2010 22:05:07 +0000
(14:05 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 12 Nov 2010 15:55:30 +0000
(07:55 -0800)
Fix the following warning:
usr/include/linux/resource.h:49: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/resource.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/resource.h
b/include/linux/resource.h
index 88d36f9145bacfa34ee6c32823413b09715e6ef2..d01c96c1966e2724460eeaaef3bdd6c522fc7bda 100644
(file)
--- a/
include/linux/resource.h
+++ b/
include/linux/resource.h
@@
-2,6
+2,7
@@
#define _LINUX_RESOURCE_H
#include <linux/time.h>
+#include <linux/types.h>
/*
* Resource control/accounting header file for linux