ANDROID: GKI: fix up CRC issue with msi.c
In commitaad1246896("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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user