coreboot-kgpe-d16/src/ec/acpi
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
..
ec.asl ec/acpi: Add ACPI methods for generic EC access 2013-06-06 21:19:28 +02:00
ec.c acpi/ec: Add missing delays 2014-01-12 18:06:06 +01:00
ec.h src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
Kconfig Add new ec subdir for Embedded Controllers and common ACPI EC support 2011-01-27 11:43:03 +00:00
Makefile.inc Make acpi/ec.c usable in romstage 2013-06-12 05:29:07 +02:00