src/console: Sanitize headers and IS_ENABLED usage
Alphabetise headers and remove any #if CONFIG_ guards around them. Use #if IS_ENABLED(CONFIG_FOO) over #if CONFIG_FOO where applicable. Change-Id: I2a616bcfb8470a1fa21c9e26271e81cca835272a Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6057 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
committed by
Patrick Georgi
parent
6c99250c3f
commit
0ddb82671c
@ -17,14 +17,14 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <rules.h>
|
||||
#include <console/streams.h>
|
||||
#include <console/cbmem_console.h>
|
||||
#include <console/ne2k.h>
|
||||
#include <console/qemu_debugcon.h>
|
||||
#include <console/spkmodem.h>
|
||||
#include <console/streams.h>
|
||||
#include <console/uart.h>
|
||||
#include <console/usb.h>
|
||||
#include <console/ne2k.h>
|
||||
#include <console/spkmodem.h>
|
||||
#include <console/qemu_debugcon.h>
|
||||
#include <rules.h>
|
||||
|
||||
void console_hw_init(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user