Module Name: src
Committed By: riastradh
Date: Wed Jul 24 01:58:05 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h
Log Message:
Provisionally forward-declare struct pci_dev in drmP.h.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.12 -r1.1.1.1.2.13 \
src/sys/external/bsd/drm2/dist/include/drm/drmP.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.12 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.13
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.12 Wed Jul 24 01:57:06 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 01:58:05 2013
@@ -1806,6 +1806,7 @@ static __inline__ void drm_core_dropmap(
#ifdef __NetBSD__ /* XXX temporary measure 20130212 */
struct pci_device_id;
+struct pci_dev;
#endif
extern int drm_fill_in_dev(struct drm_device *dev,