summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-06-11 09:21:33 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-06-11 09:21:33 +0000
commite0537b4e1f1661d91cb1d058419d5350862333ca (patch)
tree0d39c83e0bbd64e6936ec7dbf8b128057d0a5fc6 /sys/arch/macppc
parent1e6faa6c694f25be539096eab47ae15c3d8377d3 (diff)
remove drm prototypes duplicating those in sys/conf.h
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/macppc/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c
index 14e7bd95ad6..e6672ff444f 100644
--- a/sys/arch/macppc/macppc/conf.c
+++ b/sys/arch/macppc/macppc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.76 2024/06/11 06:11:50 jsg Exp $ */
+/* $OpenBSD: conf.c,v 1.77 2024/06/11 09:21:32 jsg Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -102,7 +102,6 @@ cdev_decl(com);
#include "apm.h"
#include "drm.h"
-cdev_decl(drm);
#include "wsmux.h"