Clean up some #ifdef CONFIG_*
Change HAVE_FAN_CTL to be specific to the SuperIO that supports it. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4809 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
|
||||
#ifdef CONFIG_GFXUMA
|
||||
#if CONFIG_GFXUMA
|
||||
extern uint64_t uma_memory_base, uma_memory_size;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user