diff options
author | Dave Airlie <airlied@linux.ie> | 2004-05-18 09:42:22 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-05-18 09:42:22 +0000 |
commit | df6c37fc88c659691230d1f589aff93e69e6c63e (patch) | |
tree | 02d0537347b479d60e2dbee54dd00ffba1b9fc36 /linux/drmP.h | |
parent | 13894755a74454187f2c84f553b5b9d4a83fb7e3 (diff) |
2.4 compat fix
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index ade3e38d..f2c138c5 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -246,6 +246,7 @@ static inline unsigned iminor(struct inode *inode) struct class_simple; struct device; +#define pci_dev_put(x) do {} while (0) #define class_simple_device_add(...) do {} while (0) static inline void class_simple_device_remove(dev_t dev){}; |