projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b37efda
)
fix for 2.4 build
author
Dave Airlie
<airlied@linux.ie>
Thu, 28 Oct 2004 09:50:39 +0000
(09:50 +0000)
committer
Dave Airlie
<airlied@linux.ie>
Thu, 28 Oct 2004 09:50:39 +0000
(09:50 +0000)
linux/drm_compat.h
patch
|
blob
|
history
diff --git
a/linux/drm_compat.h
b/linux/drm_compat.h
index
2efa830
..
90eb0be
100644
(file)
--- a/
linux/drm_compat.h
+++ b/
linux/drm_compat.h
@@
-128,6
+128,7
@@
struct class_simple;
struct device;
#define pci_dev_put(x) do {} while (0)
+#define pci_dev_get(x) do {} while (0)
#define pci_get_subsys pci_find_subsys
static inline struct class_device *DRM(sysfs_device_add)(struct drm_sysfs_class *cs, dev_t dev, struct device *device, const char *fmt, ...){return NULL;}