]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
GenWQE: Remove unnecessary include
authorKleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
Thu, 10 Jul 2014 13:17:08 +0000 (10:17 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2014 22:22:13 +0000 (15:22 -0700)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/genwqe/card_base.c

index abb796187cebcb8b8d28519adcffc4d4318f64f3..dc8c04ae5113ce2dff346860da79a2c172157794 100644 (file)
@@ -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"