mirror of https://gitee.com/openkylin/linux.git
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@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3768528af3
commit
5b35b20d4e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue