From b70e742d16d7c95d607fa5caf8b6471c259016a4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2016 22:07:01 -0700 Subject: x86: ivybridge: Drop sandybridge_early_init() This function was removed in the previous clean-up. Drop it from the header file also. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- arch/x86/include/asm/arch-ivybridge/sandybridge.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch') diff --git a/arch/x86/include/asm/arch-ivybridge/sandybridge.h b/arch/x86/include/asm/arch-ivybridge/sandybridge.h index c395d53371..8e0f668f0b 100644 --- a/arch/x86/include/asm/arch-ivybridge/sandybridge.h +++ b/arch/x86/include/asm/arch-ivybridge/sandybridge.h @@ -113,6 +113,4 @@ */ int bridge_silicon_revision(struct udevice *dev); -void sandybridge_early_init(int chipset_type); - #endif -- cgit v1.2.1