[PATCH] ioq: includecheck fix

From: Jaswinder Singh Rajput
Date: Sat Nov 21 2009 - 12:54:29 EST



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@xxxxxxxxx>
Cc: Gregory Haskins <ghaskins@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/