aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/include
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-04-14 16:41:11 -0600
committerMartin Roth <martinroth@google.com>2016-04-16 01:52:43 +0200
commit433e8d272d1f1b3f6daaa89add5a886e348f29ea (patch)
treeb1296284d027ba0b16cf4a330d66ffc669e012f9 /src/soc/intel/apollolake/include
parent59493717ad7aee5e4d6179b00c66b21af79e0376 (diff)
intel/apollolake: Fix whitespace issues
Change-Id: Ia5bcd19d994e23375d7e6d2050113c809ae57296 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14368 Tested-by: build bot (Jenkins) Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
Diffstat (limited to 'src/soc/intel/apollolake/include')
-rw-r--r--src/soc/intel/apollolake/include/soc/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/include/soc/acpi.h b/src/soc/intel/apollolake/include/soc/acpi.h
index 85e2ac520d..2d208054d2 100644
--- a/src/soc/intel/apollolake/include/soc/acpi.h
+++ b/src/soc/intel/apollolake/include/soc/acpi.h
@@ -23,6 +23,6 @@
void soc_fill_common_fadt(acpi_fadt_t * fadt);
unsigned long southbridge_write_acpi_tables(device_t device,
- unsigned long current, struct acpi_rsdp *rsdp);
+ unsigned long current, struct acpi_rsdp *rsdp);
#endif /* _SOC_APOLLOLAKE_ACPI_H_ */