summaryrefslogtreecommitdiff
path: root/xserver/hw
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-09-28 07:14:01 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-09-28 07:14:01 +0000
commit1eaa8deca72ba83e18e130bb17d2a5dafcbea5bb (patch)
tree974057c3632e2ac8baa0d8f66f7022d0c4d7508b /xserver/hw
parentff6881606db14313e77c59f232d5e0cb9a9c9d45 (diff)
Post xserver 1.17 cleanup
Diffstat (limited to 'xserver/hw')
-rw-r--r--xserver/hw/xfree86/os-support/bsd/arm_video.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/xserver/hw/xfree86/os-support/bsd/arm_video.c b/xserver/hw/xfree86/os-support/bsd/arm_video.c
index d5f098187..c0cff09ab 100644
--- a/xserver/hw/xfree86/os-support/bsd/arm_video.c
+++ b/xserver/hw/xfree86/os-support/bsd/arm_video.c
@@ -1,5 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bsd/ppc_video.c,v 1.6 2003/10/07 23:14:55 herrb Exp $ */
-/* $OpenBSD: arm_video.c,v 1.13 2015/09/16 19:10:23 matthieu Exp $ */
+/* $OpenBSD: arm_video.c,v 1.14 2015/09/28 07:14:00 matthieu Exp $ */
/*
* Copyright 1992 by Rich Murphey <Rich@Rice.edu>
* Copyright 1993 by David Wexelblat <dwex@goblin.org>
@@ -79,13 +79,6 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
pVidMem->initialised = TRUE;
}
-int
-xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
- int Len)
-{
- return -1;
-}
-
/*
* Do all initialisation that need root privileges
*/