From 2526fd4a3dc5943dec13266e0ebd99932c853d71 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 22 May 2018 12:29:05 +0200 Subject: src: Remove space after `defined` Change-Id: If450a68e98261ffba4afadbce47c156c7e89e7e4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26460 Reviewed-by: Marc Jones Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/southbridge/intel/bd82x6x/pch.h | 2 +- src/southbridge/intel/fsp_bd82x6x/pch.h | 2 +- src/southbridge/intel/fsp_i89xx/pch.h | 2 +- src/southbridge/intel/fsp_rangeley/soc.h | 2 +- src/southbridge/intel/ibexpeak/pch.h | 2 +- src/southbridge/intel/lynxpoint/pch.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/bd82x6x/pch.h b/src/southbridge/intel/bd82x6x/pch.h index ebcb058c0b..d7656b33c1 100644 --- a/src/southbridge/intel/bd82x6x/pch.h +++ b/src/southbridge/intel/bd82x6x/pch.h @@ -54,7 +54,7 @@ #ifndef __ACPI__ #define DEBUG_PERIODIC_SMIS 0 -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_pch_finalize_smm(void); #endif diff --git a/src/southbridge/intel/fsp_bd82x6x/pch.h b/src/southbridge/intel/fsp_bd82x6x/pch.h index 5b42271265..1f1c18ae61 100644 --- a/src/southbridge/intel/fsp_bd82x6x/pch.h +++ b/src/southbridge/intel/fsp_bd82x6x/pch.h @@ -55,7 +55,7 @@ #ifndef __ACPI__ #define DEBUG_PERIODIC_SMIS 0 -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_pch_finalize_smm(void); #endif diff --git a/src/southbridge/intel/fsp_i89xx/pch.h b/src/southbridge/intel/fsp_i89xx/pch.h index 447178865c..a1d2a4b303 100644 --- a/src/southbridge/intel/fsp_i89xx/pch.h +++ b/src/southbridge/intel/fsp_i89xx/pch.h @@ -54,7 +54,7 @@ #ifndef __ACPI__ #define DEBUG_PERIODIC_SMIS 0 -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_pch_finalize_smm(void); #endif diff --git a/src/southbridge/intel/fsp_rangeley/soc.h b/src/southbridge/intel/fsp_rangeley/soc.h index eaf9556df5..09172016e8 100644 --- a/src/southbridge/intel/fsp_rangeley/soc.h +++ b/src/southbridge/intel/fsp_rangeley/soc.h @@ -50,7 +50,7 @@ #ifndef __ACPI__ #define DEBUG_PERIODIC_SMIS 0 -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_soc_finalize_smm(void); #endif diff --git a/src/southbridge/intel/ibexpeak/pch.h b/src/southbridge/intel/ibexpeak/pch.h index f9583e0a01..4e86c82dbd 100644 --- a/src/southbridge/intel/ibexpeak/pch.h +++ b/src/southbridge/intel/ibexpeak/pch.h @@ -49,7 +49,7 @@ #ifndef __ACPI__ #define DEBUG_PERIODIC_SMIS 0 -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_pch_finalize_smm(void); #endif diff --git a/src/southbridge/intel/lynxpoint/pch.h b/src/southbridge/intel/lynxpoint/pch.h index f14a339d7b..70f2834cd0 100644 --- a/src/southbridge/intel/lynxpoint/pch.h +++ b/src/southbridge/intel/lynxpoint/pch.h @@ -91,7 +91,7 @@ #ifndef __ACPI__ -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_pch_finalize_smm(void); void usb_ehci_sleep_prepare(device_t dev, u8 slp_typ); void usb_ehci_disable(device_t dev); -- cgit v1.2.3