diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-11-09 20:06:26 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-11-16 11:29:39 +0100 |
commit | b0b1aedc3cc56eaffb56bb49e8dcf224d8ccad26 (patch) | |
tree | bd9c81e86dc8415389cc586c90e2fe23aa8d616c /src | |
parent | 1765fd2ea739e86bb602a6447ebc5ec14a85ad3a (diff) | |
download | coreboot-b0b1aedc3cc56eaffb56bb49e8dcf224d8ccad26.tar.xz |
agesa/hudson: Remove stale declaration hudson_setup_sata_phys
Change-Id: Ide31d53b3334bae3f19c75ad0c4584d601838f8f
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7379
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/hudson.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/hudson.h b/src/southbridge/amd/agesa/hudson/hudson.h index f67af05cd0..286e11ca37 100644 --- a/src/southbridge/amd/agesa/hudson/hudson.h +++ b/src/southbridge/amd/agesa/hudson/hudson.h @@ -72,7 +72,6 @@ int s3_load_nvram_early(int size, u32 *old_dword, int nvram_pos); #else void hudson_enable(device_t dev); -void __attribute__((weak)) hudson_setup_sata_phys(struct device *dev); void s3_resume_init_data(void *FchParams); #endif /* __PRE_RAM__ */ |