* [PATCH] sep_main.c: remove duplicated include
@ 2012-07-18 14:30 Duan Jiong
2012-07-18 16:07 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Duan Jiong @ 2012-07-18 14:30 UTC (permalink / raw)
To: gregkh, alan; +Cc: devel, linux-kernel
Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
---
drivers/staging/sep/sep_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/sep/sep_main.c b/drivers/staging/sep/sep_main.c
index df1d13e..a80c701 100644
--- a/drivers/staging/sep/sep_main.c
+++ b/drivers/staging/sep/sep_main.c
@@ -61,7 +61,6 @@
#include <linux/interrupt.h>
#include <linux/pagemap.h>
#include <asm/cacheflush.h>
-#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/jiffies.h>
#include <linux/async.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sep_main.c: remove duplicated include
2012-07-18 14:30 [PATCH] sep_main.c: remove duplicated include Duan Jiong
@ 2012-07-18 16:07 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2012-07-18 16:07 UTC (permalink / raw)
To: Duan Jiong; +Cc: gregkh, alan, devel, linux-kernel
The subject here should have been:
[PATCH] Staging: sep: remove duplicated include
You can find the right subject prefix to use by typing:
git log --oneline filename.c
Also it would have been ok to combine both the sep changes together.
It's just one change even though it's split across two files. The
vme change is separate because it's in a different module.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-18 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 14:30 [PATCH] sep_main.c: remove duplicated include Duan Jiong
2012-07-18 16:07 ` Dan Carpenter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.