[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1258825975.5364.16.camel@ht.satnam>
Date: Sat, 21 Nov 2009 23:22:55 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: Gregory Haskins <ghaskins@...ell.com>,
LKML <linux-kernel@...r.kernel.org>
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 <jaswinderrajput@...il.com>
Cc: Gregory Haskins <ghaskins@...ell.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists