diff options
Diffstat (limited to 'src/mainboard/lenovo/t530/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/t530/mainboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/t530/mainboard.c b/src/mainboard/lenovo/t530/mainboard.c index b33e22920e..50c944e341 100644 --- a/src/mainboard/lenovo/t530/mainboard.c +++ b/src/mainboard/lenovo/t530/mainboard.c @@ -3,9 +3,6 @@ #include <device/device.h> #include <drivers/intel/gma/int15.h> -// mainboard_enable is executed as first thing after -// enumerate_buses(). - static void mainboard_enable(struct device *dev) { install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, |