Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/include/drm Provisionall...



details:   https://anonhg.NetBSD.org/src/rev/d734270d0f1a
branches:  riastradh-drm2
changeset: 788041:d734270d0f1a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 01:58:05 2013 +0000

description:
Provisionally forward-declare struct pci_dev in drmP.h.

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drmP.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 189efa7f0e91 -r d734270d0f1a sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h     Wed Jul 24 01:57:50 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h     Wed Jul 24 01:58:05 2013 +0000
@@ -1806,6 +1806,7 @@
 
 #ifdef __NetBSD__              /* XXX temporary measure 20130212 */
 struct pci_device_id;
+struct pci_dev;
 #endif
 
 extern int drm_fill_in_dev(struct drm_device *dev,



Home | Main Index | Thread Index | Old Index