summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/haswell.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-13 18:22:08 +0200
committerNico Huber <nico.h@gmx.de>2019-01-23 09:26:25 +0000
commit0a656f033bbfb2c518b3a351d659d1585985c5b6 (patch)
tree24c6d13bf65e07936007fc8e2e69ada2dcd3818b /src/northbridge/intel/haswell/haswell.h
parentd78a202843f4de515b772630a7ae335c8b0f83fa (diff)
downloadcoreboot-0a656f033bbfb2c518b3a351d659d1585985c5b6.tar.xz
Drop leftover debug function declarations
Change-Id: Ib93b816e7ab3146f6f70ad4089327cd6b7bc7c24 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30893 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: David Guckian Reviewed-by: Vanny E <vanessa.f.eusebio@intel.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/haswell/haswell.h')
-rw-r--r--src/northbridge/intel/haswell/haswell.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/northbridge/intel/haswell/haswell.h b/src/northbridge/intel/haswell/haswell.h
index 9125764844..22b9437149 100644
--- a/src/northbridge/intel/haswell/haswell.h
+++ b/src/northbridge/intel/haswell/haswell.h
@@ -223,11 +223,6 @@ void haswell_late_initialization(void);
void set_translation_table(int start, int end, u64 base, int inc);
void haswell_unhide_peg(void);
-/* debugging functions */
-void print_pci_devices(void);
-void dump_pci_device(unsigned dev);
-void dump_pci_devices(void);
-void dump_spd_registers(void);
void report_platform_info(void);
#endif /* !__SMM__ */