diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-05 20:42:20 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-11 11:55:33 +0800 |
commit | b6409ec3027de01336da41994518f6704c61e7e5 (patch) | |
tree | acf4bba2e1e75e47c3036c5734bdb2d1d7056b0b /arch/x86/cpu/ivybridge/sata.c | |
parent | 443ffe509c7bedca440fbd37e3853895c8fe31f2 (diff) |
dm: x86: Move link to use driver model for video
Update the configuration to use the new driver. Drop the existing plumbing
code and unused header files.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/sata.c')
-rw-r--r-- | arch/x86/cpu/ivybridge/sata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/sata.c b/arch/x86/cpu/ivybridge/sata.c index 1ce81959e3..87ff872e20 100644 --- a/arch/x86/cpu/ivybridge/sata.c +++ b/arch/x86/cpu/ivybridge/sata.c @@ -12,7 +12,6 @@ #include <asm/pch_common.h> #include <asm/pci.h> #include <asm/arch/pch.h> -#include <asm/arch/bd82x6x.h> DECLARE_GLOBAL_DATA_PTR; |