Blob Blame History Raw
From: Daniel Wagner <dwagner@suse.de>
Date: Thu, 15 Aug 2019 08:50:13 +0200
Subject: [PATCH] qla2xxx: kABI fixes for v10.01.00.18-k
References: bcs#1082635 bsc#1123034 bsc#1131304 bsc#1127988 bcs#1143706
Patch-Mainline: never, SLE15 SP1 specific kABI fix.

That patch series breaks kABI again, so fix it up.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
---
 drivers/nvme/host/fc.c            |    2 ++
 4 files changed, 39 insertions(+), 11 deletions(-)

--- a/drivers/nvme/host/fc.c
+++ b/drivers/nvme/host/fc.c
@@ -26,7 +26,9 @@
 #include "fabrics.h"
 #include <linux/nvme-fc-driver.h>
 #include <linux/nvme-fc.h>
+#ifndef __GENKSYMS__
 #include <scsi/scsi_transport_fc.h>
+#endif
 
 /* *************************** Data Structures/Defines ****************** */