[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403713327-27976-5-git-send-email-klebers@linux.vnet.ibm.com>
Date: Wed, 25 Jun 2014 13:22:07 -0300
From: Kleber Sacilotto de Souza <klebers@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: haver@...ux.vnet.ibm.com, gregkh@...uxfoundation.org,
Kleber Sacilotto de Souza <klebers@...ux.vnet.ibm.com>
Subject: [PATCH 4/4] GenWQE: Remove unnecessary include
The include for the UAPI header file from card_base.c can be removed
since it's already included on card_base.h.
Signed-off-by: Kleber Sacilotto de Souza <klebers@...ux.vnet.ibm.com>
---
drivers/misc/genwqe/card_base.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/genwqe/card_base.c b/drivers/misc/genwqe/card_base.c
index abb7961..dc8c04a 100644
--- a/drivers/misc/genwqe/card_base.c
+++ b/drivers/misc/genwqe/card_base.c
@@ -38,7 +38,6 @@
#include <linux/notifier.h>
#include <linux/device.h>
#include <linux/log2.h>
-#include <linux/genwqe/genwqe_card.h>
#include "card_base.h"
#include "card_ddcb.h"
--
1.7.1
--
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