ANDROID: GKI: fix up CRC issue with msi.c

In commit aad1246896 ("PCI/MSI: Convert pci_msi_ignore_mask to per MSI
domain flag"), irqdomain.h was added to the msi.c file, bringing in a
full definition of struct irq_domain and device_node.  Fix up the CRC
values by marking these structures as ANDROID_KABI_DECLONLY()

Fixes: aad1246896 ("PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag")
Change-Id: If029992f52e21601784f488c82e70fcf31fb9c68
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-05-23 09:22:00 +00:00
parent edd5c4a4db
commit 54ab26576b

View File

@@ -11,6 +11,9 @@
#include <linux/export.h>
#include <linux/irq.h>
#include <linux/irqdomain.h>
#include <linux/android_kabi.h>
ANDROID_KABI_DECLONLY(device_node);
ANDROID_KABI_DECLONLY(irq_domain);
#include "../pci.h"
#include "msi.h"