diff options
Diffstat (limited to 'src/drivers/i2c/nau8825/chip.h')
-rw-r--r-- | src/drivers/i2c/nau8825/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/nau8825/chip.h b/src/drivers/i2c/nau8825/chip.h index 80d950ff71..3f17a5674b 100644 --- a/src/drivers/i2c/nau8825/chip.h +++ b/src/drivers/i2c/nau8825/chip.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ -#include <arch/acpi_device.h> +#include <acpi/acpi_device.h> #define NAU8825_MAX_BUTTONS 8 |