Blob Blame History Raw
From 5ad847bbc4ea7658be129c459972b18f7e744434 Mon Sep 17 00:00:00 2001
From: Oliver Neukum <oneukum@suse.com>
Date: Wed, 28 Sep 2022 14:01:48 +0200
Subject: [PATCH] struct ehci_hcd: hide new element going into a hole
Patch-mainline: Never (kABI fixup)
References: git-fixes

The new element goes into a hole. Hide it.

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

--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -220,7 +220,9 @@ struct ehci_hcd {			/* one per controlle
 	unsigned		imx28_write_fix:1; /* For Freescale i.MX28 */
 	unsigned		spurious_oc:1;
 	unsigned		is_aspeed:1;
+#ifndef __GENKSYMS__
 	unsigned		zx_wakeup_clear_needed:1;
+#endif
 
 	/* required for usb32 quirk */
 	#define OHCI_CTRL_HCFS          (3 << 6)