mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: preserve CRC for xhci symbols
In release 6.1.24 a new .h file was included in the xhci code, which
caused the CRCs to change as some structures changed into "real"
structures instead of anonymous definitions. So preserve the CRCs by
commenting out the #include if GENKSYMS is being calculated.
This will be removed the next KABI break, as it shouldn't be sticking
around long.
Bug: 161946584
Fixes: 167c05646f ("xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I59838b0af869d3e17fc73d72eb473190c50281fd
This commit is contained in:
committed by
Matthias Männich
parent
2039635543
commit
cfe9bcec4d
@@ -9,7 +9,9 @@
|
||||
*/
|
||||
|
||||
#include <linux/pci.h>
|
||||
#ifndef __GENKSYMS__ /* ANDROID: KABI CRC preservation hack */
|
||||
#include <linux/iommu.h>
|
||||
#endif
|
||||
#include <linux/iopoll.h>
|
||||
#include <linux/irq.h>
|
||||
#include <linux/log2.h>
|
||||
|
||||
Reference in New Issue
Block a user