projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ab384
)
includecheck fix: include/linux, rfkill.h
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 8 Jul 2009 15:55:54 +0000
(21:25 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 8 Jul 2009 19:24:32 +0000
(15:24 -0400)
fix the following 'make includecheck' warning:
include/linux/rfkill.h: linux/types.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/rfkill.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/rfkill.h
b/include/linux/rfkill.h
index e73e2429a1b1cab128e1561865b3f12ca822a8e8..2ce29831feb61d9c0d7aefa5f0f3446f17519220 100644
(file)
--- a/
include/linux/rfkill.h
+++ b/
include/linux/rfkill.h
@@
-99,7
+99,6
@@
enum rfkill_user_states {
#undef RFKILL_STATE_UNBLOCKED
#undef RFKILL_STATE_HARD_BLOCKED
-#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/mutex.h>