VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Keith Busch <keith.busch@intel.com> 2019-03-11 14:55:57 -0600 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-04-04 18:41:12 +0200 commit: 60574d1e05b094d222162260dd9cac49f4d0996a parent: c03a0fd0b609e2f5c669c2b7f27c8e1928e9196e
Commit Summary:
acpi: Create subtable parsing infrastructure
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c
index 256f18b67e8a..08a0a3517138 100644
--- a/drivers/mailbox/pcc.c
+++ b/drivers/mailbox/pcc.c
@@ -382,7 +382,7 @@ static const struct mbox_chan_ops pcc_chan_ops = {
  *
  * This gets called for each entry in the PCC table.
  */
-static int parse_pcc_subspace(struct acpi_subtable_header *header,
+static int parse_pcc_subspace(union acpi_subtable_headers *header,
 		const unsigned long end)
 {
 	struct acpi_pcct_subspace *ss = (struct acpi_pcct_subspace *) header;