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:
19566ca
)
Remove duplicated include in net/sunrpc/svc.c
author
Huang Weiyi
<weiyi.huang@gmail.com>
Thu, 8 May 2008 14:48:31 +0000
(22:48 +0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 8 May 2008 17:58:25 +0000
(10:58 -0700)
<linux/sched.h> we included twice.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/sunrpc/svc.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sunrpc/svc.c
b/net/sunrpc/svc.c
index d74c2d269539a03a4267dcc93d195ca20e68d522..01c7e311b904597e826b1da925a03c888aa090f7 100644
(file)
--- a/
net/sunrpc/svc.c
+++ b/
net/sunrpc/svc.c
@@
-18,7
+18,6
@@
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/module.h>
-#include <linux/sched.h>
#include <linux/sunrpc/types.h>
#include <linux/sunrpc/xdr.h>