HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6338
-gerrit
commit ae374a619b4b26f7df18ccde30b4d8c04e318be5 Author: Elyes HAOUAS ehaouas@noos.fr Date: Tue Jul 22 19:47:50 2014 +0200
southbridge/intel/i82801ex: Remove a trailing whitespace
Change-Id: Ia69d971bfad2639dcfb196f9ff5978d54c474010 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/southbridge/intel/i82801ex/i82801ex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/southbridge/intel/i82801ex/i82801ex.h b/src/southbridge/intel/i82801ex/i82801ex.h index 3c7321a..a3ea368 100644 --- a/src/southbridge/intel/i82801ex/i82801ex.h +++ b/src/southbridge/intel/i82801ex/i82801ex.h @@ -14,9 +14,9 @@ extern void i82801ex_enable(device_t dev);
#define PMBASE 0x40 #define ACPI_CNTL 0x44 -#define ACPI_EN (1 << 4) +#define ACPI_EN (1 << 4) #define GPIO_BASE 0x58 #define GPIO_CNTL 0x5C -#define GPIO_EN (1 << 4) +#define GPIO_EN (1 << 4)
#endif /* I82801EX_H */