diff options
| author | Simon Glass <[email protected]> | 2024-08-21 10:19:06 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-26 14:05:38 -0600 |
| commit | a6616bac98da4b7795cd377f7bf028b856d28515 (patch) | |
| tree | 23edefa72c6b92b1f100bb931f2e0e27f8c1eadf /include | |
| parent | 7d08262ec37219b9c6d9285b17c7af8fb2ea562a (diff) | |
global_data: Drop global_data hose
This is set on one x86 boards, but is not used anymore. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/global_data.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index ae397380479..b860f3626b8 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -298,12 +298,6 @@ struct global_data { */ unsigned long malloc_ptr; #endif -#ifdef CONFIG_PCI - /** - * @hose: PCI hose for early use - */ - struct pci_controller *hose; -#endif #ifdef CONFIG_PCI_BOOTDELAY /** * @pcidelay_done: delay time before scanning of PIC hose expired |
