summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8h61-m_lx/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p8h61-m_lx/mainboard.c')
-rw-r--r--src/mainboard/asus/p8h61-m_lx/mainboard.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/asus/p8h61-m_lx/mainboard.c b/src/mainboard/asus/p8h61-m_lx/mainboard.c
deleted file mode 100644
index f0dbc3fc06..0000000000
--- a/src/mainboard/asus/p8h61-m_lx/mainboard.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#include <device/device.h>
-#include <drivers/intel/gma/int15.h>
-
-static void mainboard_enable(struct device *dev)
-{
- install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_NONE,
- GMA_INT15_PANEL_FIT_DEFAULT,
- GMA_INT15_BOOT_DISPLAY_DEFAULT, 0);
-}
-
-struct chip_operations mainboard_ops = {
- .enable_dev = mainboard_enable,
-};