aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/storage
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:50:01 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:53:25 +0000
commit0dd92f8222f9210ff7d33072ae197ed785cd38aa (patch)
treedc3f1c0847676d74e88c15e5ec617a13fc1f49fc /src/commonlib/storage
parent0938be9269c2606dfb90e62866b48cd59f1bfc1b (diff)
src/commonlib: Drop unneeded empty lines
Change-Id: Ib3db132aa649b6895f41290df049f87a9f36dc52 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44606 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/commonlib/storage')
-rw-r--r--src/commonlib/storage/sd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/storage/sd.c b/src/commonlib/storage/sd.c
index 4ca98dfff7..b27f3425dd 100644
--- a/src/commonlib/storage/sd.c
+++ b/src/commonlib/storage/sd.c
@@ -265,7 +265,6 @@ int sd_set_bus_width(struct storage_media *media)
return 0;
}
-
int sd_set_partition(struct storage_media *media,
unsigned int partition_number)
{