Blob Blame History Raw
From 5d547154ed42072e65a1ae33ab1f561e34e2a66c Mon Sep 17 00:00:00 2001
From: Oliver Neukum <oneukum@suse.com>
Date: Tue, 2 May 2023 14:03:32 +0200
Subject: [PATCH] struct ci_hdrc: hide new member at end
References: git-fixes
Patch-mainline: Never, kABI fixup

We can just hide the new member at the end

Signed-off-by: Oliver Neukum <oneukum@suse.com>
---
 drivers/usb/chipidea/ci.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/chipidea/ci.h b/drivers/usb/chipidea/ci.h
index 50e37846f..a61c1720b 100644
--- a/drivers/usb/chipidea/ci.h
+++ b/drivers/usb/chipidea/ci.h
@@ -256,7 +256,9 @@ struct ci_hdrc {
 	bool				in_lpm;
 	bool				wakeup_int;
 	enum ci_revision		rev;
+#ifndef __GENKSYMS__
 	struct mutex                    mutex;
+#endif
 };
 
 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci)
-- 
2.40.1