Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82667?usp=email )
Change subject: drivers/i2c/hid/hid: Reorder headers ......................................................................
drivers/i2c/hid/hid: Reorder headers
Change-Id: Ia0bf35c0b38f0c445a12c36c760c2d410649abbe Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/drivers/i2c/hid/hid.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/82667/1
diff --git a/src/drivers/i2c/hid/hid.c b/src/drivers/i2c/hid/hid.c index c91b04a..2d6882a 100644 --- a/src/drivers/i2c/hid/hid.c +++ b/src/drivers/i2c/hid/hid.c @@ -3,12 +3,12 @@ #include <acpi/acpigen_dsm.h> #include <acpi/acpi_device.h> #include <assert.h> +#include <console/console.h> #include <device/device.h> +#include <gpio.h> #include <stdio.h>
#include "chip.h" -#include <gpio.h> -#include <console/console.h>
#if CONFIG(HAVE_ACPI_TABLES) static void i2c_hid_fill_dsm(const struct device *dev)