aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb800/sb_cimx.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-07 16:33:01 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-10 03:06:18 +0000
commitdfd4ec2dbbb8ad7e8cf1a7d1a424b6407b959994 (patch)
treeaf840390debb3e3b14e835e1b7397fc6c87c5f7a /src/southbridge/amd/cimx/sb800/sb_cimx.h
parenta96e66a76f21c41b0c15db8d9df1d721f4a8a9af (diff)
southbridge/amd/cimx: Drop unused functions
Leftovers from attempts of using these with native (non-AGESA) amdfam10/15 support code. Change-Id: I8eaed338438e1de5baee462376e339e1439f72f1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30728 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge/amd/cimx/sb800/sb_cimx.h')
-rw-r--r--src/southbridge/amd/cimx/sb800/sb_cimx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/amd/cimx/sb800/sb_cimx.h b/src/southbridge/amd/cimx/sb800/sb_cimx.h
index 16ac6fe660..6c924caed2 100644
--- a/src/southbridge/amd/cimx/sb800/sb_cimx.h
+++ b/src/southbridge/amd/cimx/sb800/sb_cimx.h
@@ -34,10 +34,4 @@ void sb_After_Pci_Restore_Init(void);
*/
void sb800_clk_output_48Mhz(void);
-/**
- * @brief Get SouthBridge device number, called by finalize_node_setup()
- * @param[in] bus target bus number
- * @return southbridge device number
- */
-u32 get_sbdn(u32 bus);
#endif