All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioq: includecheck fix
@ 2009-11-21 17:52 Jaswinder Singh Rajput
  2009-11-23 19:39 ` Gregory Haskins
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-11-21 17:52 UTC (permalink / raw)
  To: Gregory Haskins, LKML


fix the following 'make includecheck' warning:

  include/linux/ioq.h: linux/shm_signal.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Gregory Haskins <ghaskins@novell.com>
---
 include/linux/ioq.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/ioq.h b/include/linux/ioq.h
index f77e316..eba1021 100644
--- a/include/linux/ioq.h
+++ b/include/linux/ioq.h
@@ -91,7 +91,6 @@ struct ioq_ring_head {
 #include <linux/sched.h>
 #include <linux/wait.h>
 #include <linux/interrupt.h>
-#include <linux/shm_signal.h>
 #include <linux/kref.h>
 
 enum ioq_idx_type {
-- 
1.6.0.6



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ioq: includecheck fix
  2009-11-21 17:52 [PATCH] ioq: includecheck fix Jaswinder Singh Rajput
@ 2009-11-23 19:39 ` Gregory Haskins
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory Haskins @ 2009-11-23 19:39 UTC (permalink / raw)
  To: Jaswinder Singh Rajput, LKML

>>> On 11/21/2009 at 12:52 PM, in message <1258825975.5364.16.camel@ht.satnam>,
Jaswinder Singh Rajput <jaswinder@kernel.org> wrote: 

> fix the following 'make includecheck' warning:
> 
>   include/linux/ioq.h: linux/shm_signal.h is included more than once.
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Gregory Haskins <ghaskins@novell.com>

Applied, thanks!.

Kind Regards,
-Greg


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-23 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-21 17:52 [PATCH] ioq: includecheck fix Jaswinder Singh Rajput
2009-11-23 19:39 ` Gregory Haskins

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.