coreboot-kgpe-d16/src/ec
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
..
acpi src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
compal src/*: Remove the last remnants of struct keyboard 2014-05-13 12:14:34 +02:00
google src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
kontron ec/kontron/it8516e: Add sanity checks for values from nvram 2013-07-29 23:22:12 +02:00
lenovo src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
quanta src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
smsc src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
Kconfig ec/kontron/it8516e: Add it8516e EC driver 2013-06-06 20:39:52 +02:00
Makefile.inc ec/kontron/it8516e: Add it8516e EC driver 2013-06-06 20:39:52 +02:00