aboutsummaryrefslogtreecommitdiff
path: root/src/soc/cavium/cn81xx/include
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:43:59 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-22 17:14:49 +0000
commitcb795f0ff96f59a1a667f83143d855c463eff5ca (patch)
tree0c690b73a7604d954f7d4d6675807e5725c61084 /src/soc/cavium/cn81xx/include
parented098694b0c427547ee7ac064f55495012fb684a (diff)
soc/cavium: Drop unneeded empty lines
Change-Id: I01227e3c5b650f56e81c5c8e724e3768f06f4530 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44597 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/cavium/cn81xx/include')
-rw-r--r--src/soc/cavium/cn81xx/include/soc/gpio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/cavium/cn81xx/include/soc/gpio.h b/src/soc/cavium/cn81xx/include/soc/gpio.h
index 61e00d9cab..5735a80b06 100644
--- a/src/soc/cavium/cn81xx/include/soc/gpio.h
+++ b/src/soc/cavium/cn81xx/include/soc/gpio.h
@@ -9,8 +9,6 @@ typedef u32 gpio_t;
#include <gpio.h>
/* The following functions must be implemented by SoC/board code. */
-
-
gpio_t gpio_pin_count(void);
void gpio_invert(gpio_t gpio, int value);
int gpio_strap_value(gpio_t gpio);