Skip to content

Commit

Permalink
soc/intel/mtl/acpi/gpio.asl: include soc/gpio.h
Browse files Browse the repository at this point in the history
Replace gpio_defs.h with gpio.h, which contains the missing
MISCCFG_GPIO_PM_CONFIG_BITS definition.

Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Sep 17, 2024
1 parent ce4e8e3 commit c2eafbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soc/intel/meteorlake/acpi/gpio.asl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <soc/gpio_defs.h>
#include <soc/gpio.h>
#include <soc/intel/common/acpi/gpio.asl>
#include <soc/intel/common/block/acpi/acpi/gpio_op.asl>
#include <soc/irq.h>
Expand Down

0 comments on commit c2eafbc

Please sign in to comment.