All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] GenWQE: Remove unnecessary include
@ 2014-07-10 13:17 Kleber Sacilotto de Souza
  0 siblings, 0 replies; only message in thread
From: Kleber Sacilotto de Souza @ 2014-07-10 13:17 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, Frank Haverkamp, Kleber Sacilotto de Souza

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@linux.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-10 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 13:17 [PATCH] GenWQE: Remove unnecessary include Kleber Sacilotto de Souza

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.