x86: ivybridge: Move lpc_early_init() to probe()
[oweals/u-boot.git] / arch / x86 / include / asm / arch-ivybridge / pch.h
index 31437c8618d13f6c40a772a06447dfe436ce223e..19cd7e5bebc5fb51b7e7ae33fada7d0a74a00c73 100644 (file)
@@ -473,14 +473,4 @@ void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue);
 int lpc_init(struct pci_controller *hose, pci_dev_t dev);
 void lpc_enable(pci_dev_t dev);
 
-/**
- * lpc_early_init() - set up LPC serial ports and other early things
- *
- * @blob:      Device tree blob
- * @node:      Offset of LPC node
- * @dev:       PCH PCI device containing the LPC
- * @return 0 if OK, -ve on error
- */
-int lpc_early_init(const void *blob, int node, pci_dev_t dev);
-
 #endif