diff options
| author | Simon Glass <[email protected]> | 2016-01-17 16:11:39 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2016-01-24 12:09:40 +0800 |
| commit | 865c24eea1fa4bec3106368052edcdcf4711b366 (patch) | |
| tree | d756856396007b415f8b06175ce97356264c557b /arch/x86/include | |
| parent | ddf10c20d24d96ddd016ae926dccd5f4caf86c15 (diff) | |
x86: ivybridge: Move lpc_enable() into gma.c
This graphics init code is best placed in the gma init code. Move the code
and drop the function.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'arch/x86/include')
| -rw-r--r-- | arch/x86/include/asm/arch-ivybridge/pch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/pch.h b/arch/x86/include/asm/arch-ivybridge/pch.h index f35803bbf4b..682a557fbd7 100644 --- a/arch/x86/include/asm/arch-ivybridge/pch.h +++ b/arch/x86/include/asm/arch-ivybridge/pch.h @@ -471,6 +471,5 @@ void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue); #define TCO2_STS 0x66 int lpc_init_extra(struct pci_controller *hose, pci_dev_t dev); -void lpc_enable(pci_dev_t dev); #endif |
