Blob Blame History Raw
From: Lee Duncan <lduncan@suse.com>
Date: Wed Aug 28 11:13:05 PDT 2019
Subject: [PATCH] kABI: fix addition of new field in struct esp
Patch-mainline: never (kABI fixup)
References: git-fixes

Added a new field, used internally, at the end of the struct
esp, so hide it from the kABI checker.

Added to fixup commit fd47d919d0c3
--- 
diff -aurp a/drivers/scsi/esp_scsi.h b/drivers/scsi/esp_scsi.h
--- a/drivers/scsi/esp_scsi.h
+++ b/drivers/scsi/esp_scsi.h
@@ -540,7 +540,9 @@ struct esp {
 	void			*dma;
 	int			dmarev;
 
+#ifndef __GENKSYMS__
 	u32			send_cmd_residual;
+#endif
 };
 
 /* A front-end driver for the ESP chip should do the following in