aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/sata.c
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2011-01-27 03:31:50 +0000
committerZheng Bao <Zheng.Bao@amd.com>2011-01-27 03:31:50 +0000
commita5c949eff288af3eb4caffec57a3724c497150de (patch)
treeb3dc0071a4dd843044fcb5a7861406c2fd13a6b0 /src/southbridge/amd/sb700/sata.c
parent066cbe0cb7275a41216ab51a67bb596257202a30 (diff)
Trivial. Re-indent the code.
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6301 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb700/sata.c')
-rw-r--r--src/southbridge/amd/sb700/sata.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/amd/sb700/sata.c b/src/southbridge/amd/sb700/sata.c
index 08b9aa8ad9..1ad9bdd9df 100644
--- a/src/southbridge/amd/sb700/sata.c
+++ b/src/southbridge/amd/sb700/sata.c
@@ -53,9 +53,9 @@ static int sata_drive_detect(int portnum, u16 iobar)
return 0;
}
- /* This function can be overloaded in mainboard.c */
-
-void __attribute__((weak)) sb700_setup_sata_phys(struct device *dev) {
+/* This function can be overloaded in mainboard.c */
+void __attribute__((weak)) sb700_setup_sata_phys(struct device *dev)
+{
/* RPR7.6.1 Program the PHY Global Control to 0x2C00 */
pci_write_config16(dev, 0x86, 0x2c00);