From ffec5f3ab794167126c28e7253dbe9d7de676dc2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 23 Aug 2007 16:08:21 +0000 Subject: Cosmetic fixes Corresponding to flashrom svn r130 and coreboot v2 svn r2748. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- sst49lf040.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sst49lf040.c') diff --git a/sst49lf040.c b/sst49lf040.c index 884895e..e5af545 100644 --- a/sst49lf040.c +++ b/sst49lf040.c @@ -24,6 +24,7 @@ * TODO: Consilidated to standard JEDEC code. * */ + #include #include "flash.h" @@ -39,6 +40,7 @@ int erase_49lf040(struct flashchip *flash) * for the 49lf040. Use sector-erase instead */ erase_sector_jedec(bios, i * page_size); } + return 0; } @@ -67,5 +69,5 @@ int write_49lf040(struct flashchip *flash, uint8_t *buf) } printf("\n"); - return (0); + return 0; } -- cgit v1.1