aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/intel/fsp1_1/include/fsp/gop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/intel/fsp1_1/include/fsp/gop.h b/src/drivers/intel/fsp1_1/include/fsp/gop.h
index 8277a23a30..29d6a6cf7e 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/gop.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/gop.h
@@ -16,12 +16,8 @@
#ifndef _FSP1_1_GOP_H_
#define _FSP1_1_GOP_H_
-/* GOP support */
-#if IS_ENABLED(CONFIG_GOP_SUPPORT)
-
#include <fsp/gma.h>
const optionrom_vbt_t *fsp_get_vbt(uint32_t *vbt_len);
-#endif /* CONFIG_GOP_SUPPORT */
#endif /* _FSP_GOP_H_ */