summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r--sys/arch/loongson/loongson/conf.c3
-rw-r--r--sys/arch/loongson/loongson/gdium_machdep.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c
index a4005114904..f8f7fcc7170 100644
--- a/sys/arch/loongson/loongson/conf.c
+++ b/sys/arch/loongson/loongson/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.33 2022/10/15 10:12:13 jsg Exp $ */
+/* $OpenBSD: conf.c,v 1.34 2023/04/13 02:19:05 jsg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -53,7 +53,6 @@
#include "vnd.h"
#include "sd.h"
#include "cd.h"
-#include "st.h"
#include "wd.h"
bdev_decl(wd);
#include "rd.h"
diff --git a/sys/arch/loongson/loongson/gdium_machdep.c b/sys/arch/loongson/loongson/gdium_machdep.c
index f0386b81b96..d7a17e29c7d 100644
--- a/sys/arch/loongson/loongson/gdium_machdep.c
+++ b/sys/arch/loongson/loongson/gdium_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdium_machdep.c,v 1.8 2014/03/27 22:16:03 miod Exp $ */
+/* $OpenBSD: gdium_machdep.c,v 1.9 2023/04/13 02:19:05 jsg Exp $ */
/*
* Copyright (c) 2010 Miodrag Vallat.
@@ -201,7 +201,6 @@ extern struct cfdriver umass_cd;
extern struct cfdriver scsibus_cd;
extern struct cfdriver sd_cd;
-#include <dev/pci/pcivar.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>