From 14666418e9aa3c7480c640cd8e86935b64f05433 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 27 Mar 2011 21:48:08 +0200 Subject: Coding Style cleanup: remove trailing empty lines Signed-off-by: Wolfgang Denk --- drivers/spi/sh_spi.c | 1 - drivers/spi/sh_spi.h | 1 - 2 files changed, 2 deletions(-) (limited to 'drivers/spi') diff --git a/drivers/spi/sh_spi.c b/drivers/spi/sh_spi.c index ba43bec8bf..78c7f1ac81 100644 --- a/drivers/spi/sh_spi.c +++ b/drivers/spi/sh_spi.c @@ -258,4 +258,3 @@ void spi_cs_deactivate(struct spi_slave *slave) { } - diff --git a/drivers/spi/sh_spi.h b/drivers/spi/sh_spi.h index b1cf98cc33..dd8f937e48 100644 --- a/drivers/spi/sh_spi.h +++ b/drivers/spi/sh_spi.h @@ -76,4 +76,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave) } #endif - -- cgit v1.2.1