2009-11-21 17:54:19

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] ioq: includecheck fix


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 <[email protected]>
Cc: Gregory Haskins <[email protected]>
---
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


2009-11-23 19:39:26

by Gregory Haskins

[permalink] [raw]
Subject: Re: [PATCH] ioq: includecheck fix

>>> On 11/21/2009 at 12:52 PM, in message <[email protected]>,
Jaswinder Singh Rajput <[email protected]> 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 <[email protected]>
> Cc: Gregory Haskins <[email protected]>

Applied, thanks!.

Kind Regards,
-Greg