summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/h61m-cs/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/h61m-cs/gma-mainboard.ads')
-rw-r--r--src/mainboard/asus/h61m-cs/gma-mainboard.ads13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/asus/h61m-cs/gma-mainboard.ads b/src/mainboard/asus/h61m-cs/gma-mainboard.ads
deleted file mode 100644
index f07946ae2d..0000000000
--- a/src/mainboard/asus/h61m-cs/gma-mainboard.ads
+++ /dev/null
@@ -1,13 +0,0 @@
--- SPDX-License-Identifier: GPL-2.0-only
-
-with HW.GFX.GMA;
-with HW.GFX.GMA.Display_Probing;
-
-use HW.GFX.GMA;
-use HW.GFX.GMA.Display_Probing;
-
-private package GMA.Mainboard is
- ports : constant Port_List :=
- (Analog,
- others => Disabled);
-end GMA.Mainboard;