diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2017-06-22 05:32:48 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2017-06-22 05:32:48 +0000 |
commit | c8a70ec733e996474829edeefc15383497b0fa62 (patch) | |
tree | 215a04f5ffccd590e07f9bcc97a5f6e19b1dba11 /sys/dev/pci | |
parent | 87ecdde26e45a0f8ca6e133c64a3235817d18d34 (diff) |
Fix another ;; in sys/dev
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index bb4305e470e..291400bf4fb 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -1,4 +1,4 @@ -/* $OpenBSD: drmP.h,v 1.210 2017/05/25 03:19:39 dlg Exp $ */ +/* $OpenBSD: drmP.h,v 1.211 2017/06/22 05:32:47 tom Exp $ */ /* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*- * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com */ @@ -480,7 +480,7 @@ struct drm_driver_info { int (*get_scanout_position)(struct drm_device *, int, unsigned int, int *, int *, ktime_t *, ktime_t *); int (*get_vblank_timestamp)(struct drm_device *, int, int *, - struct timeval *, unsigned);; + struct timeval *, unsigned); /** * Driver-specific constructor for drm_gem_objects, to set up |