coreboot/src
Edward O'Callaghan b57fef9f3e src/ec: Sanitize headers and comment #endif pairings
Comment #endif /* FOO */ pairings.
Alphabetise headers and remove any #if CONFIG_ guards around them.

Background rational:
Remove guarding the inclusion of headers based on CONFIG_ options. This
*potentially* could hide issues such as functions being swapped from
under our feet, since different runtime behaviour could be declared with
the same function same name and type-signature. Hence, depending on the
header we happen to get may change runtime behaviour.

Change-Id: Ic61bdfb64d99f0e2998c6451ae6686915b7bb3d4
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6059
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2014-06-25 11:34:05 +02:00
..
arch Declare acpi_is_wakeup_early() only once 2014-06-25 05:43:18 +02:00
console src/console: Sanitize headers and IS_ENABLED usage 2014-06-25 11:32:25 +02:00
cpu AGESA: Move config parameters for non-volatile S3 data 2014-06-25 05:43:43 +02:00
device device/pci_device.c: Sanitize headers 2014-06-25 11:32:24 +02:00
drivers PC80 RTC: Use acpi_is_wakeup_s3() 2014-06-21 08:04:54 +02:00
ec src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
include device/{cardbus,agp}.h: Missing header for device_t type 2014-06-25 11:32:23 +02:00
lib src/lib/clog2.c: Fix style and clarity, remove some cruft 2014-06-20 08:06:51 +02:00
mainboard Declare acpi_is_wakeup_early() only once 2014-06-25 05:43:18 +02:00
northbridge Declare acpi_is_wakeup_early() only once 2014-06-25 05:43:18 +02:00
soc baytrail_fsp: Fix the mmconf Kconfig 2014-06-23 06:20:24 +02:00
southbridge AGESA: Move config parameters for non-volatile S3 data 2014-06-25 05:43:43 +02:00
superio PS2 keyboard: Use acpi_is_wakeup_s3() 2014-06-21 08:04:54 +02:00
vendorcode amd/agesa/f15tn: Invalid inline asm in gcc-intrin.h 2014-06-14 20:46:26 +02:00
Kconfig AGESA S3: Fix ACPISCRATCH in CBMEM 2014-06-25 06:23:07 +02:00