diff options
author | Martin Roth <martinroth@google.com> | 2017-07-22 21:39:48 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-24 15:08:08 +0000 |
commit | 467a87abcea13a1b0b61223a175cf46b16474965 (patch) | |
tree | 74b9d0a1943f3db3b10881ed8342123c353ccd8b /src/soc/intel/cannonlake/include | |
parent | fa1d383f93b8bb8b7c67fe19b961e6b6a57fe503 (diff) |
Fix files with multiple newlines at the end.
Change-Id: Iaab26033e947cb9cf299faf1ce6d40a90a9facbe
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20704
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/intel/cannonlake/include')
-rw-r--r-- | src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h b/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h index cdc40d4216..e9a5b89491 100644 --- a/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h +++ b/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h @@ -249,4 +249,3 @@ #define NUM_GPIO_COM2_PADS (GPD11 - GPD0 + 1) #endif - |