diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 16:11:36 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:09:40 +0800 |
commit | 82935b751b435cd1b6b7f38967121fc830717dd1 (patch) | |
tree | 984a667b51e9a5535c700900de7b58bf1afad297 /arch/x86/include/asm | |
parent | d46f2a68e64b14a54a120a4bab0781f8e11f07dd (diff) | |
download | blackbird-obmc-uboot-82935b751b435cd1b6b7f38967121fc830717dd1.tar.gz blackbird-obmc-uboot-82935b751b435cd1b6b7f38967121fc830717dd1.zip |
x86: ivybridge: Drop the unused bd82x6x_init_extra()
This function does nothing now so can be dropped.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h index faae5ff9a8..7a05c7e444 100644 --- a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h +++ b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h @@ -11,6 +11,5 @@ void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node); void bd82x6x_usb_ehci_init(pci_dev_t dev); void bd82x6x_usb_xhci_init(pci_dev_t dev); int gma_func0_init(struct udevice *dev, const void *blob, int node); -int bd82x6x_init_extra(void); #endif |