summaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh/rl5c476/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-07-21 20:27:00 +0000
committerStefan Reinauer <stepan@openbios.org>2009-07-21 20:27:00 +0000
commit925b6c0c43b92b4790533b15f78ca824f9130d8b (patch)
tree9ceaa77f729a06606b3c8b8520eca01ae28fce96 /src/southbridge/ricoh/rl5c476/chip.h
parent733263c44cb363ed3ccb8333c2b07a3eed3fa8fe (diff)
downloadcoreboot-925b6c0c43b92b4790533b15f78ca824f9130d8b.tar.xz
* cleanup ricoh rl5c476 code:
- drop duplicate udelay function - simplify code flow - some cosmetics on comments Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4445 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/ricoh/rl5c476/chip.h')
-rw-r--r--src/southbridge/ricoh/rl5c476/chip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/ricoh/rl5c476/chip.h b/src/southbridge/ricoh/rl5c476/chip.h
index c4cd9d7997..922eece219 100644
--- a/src/southbridge/ricoh/rl5c476/chip.h
+++ b/src/southbridge/ricoh/rl5c476/chip.h
@@ -5,7 +5,6 @@ extern struct chip_operations southbridge_ricoh_rl5c476_ops;
struct southbridge_ricoh_rl5c476_config {
int enable_cf;
-
};
-#endif /* _SOUTHBRIDGE_RL5C476 */
+#endif /* _SOUTHBRIDGE_RICOH_RL5C476 */