diff options
author | Dave Airlie <airlied@linux.ie> | 2004-08-03 09:21:11 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-08-03 09:21:11 +0000 |
commit | 4f8f02a1922653b2ce5c115c4469e927b5d826fa (patch) | |
tree | 852e78d7a2cedbf52e564c44b7c282fe2c588343 /linux-core/drmP.h | |
parent | 33b740ad9946ce6fdedeed45287e488f95fb7b42 (diff) |
fix for drm in /proc - from Jon Smirl
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index dfa56d90..7b136dfe 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -927,10 +927,10 @@ int DRM(stub_register)(const char *name, int DRM(stub_unregister)(int minor); /* Proc support (drm_proc.h) */ -extern struct proc_dir_entry *DRM(proc_init)(drm_device_t *dev, - int minor, - struct proc_dir_entry *root, - struct proc_dir_entry **dev_root); +extern int DRM(proc_init)(drm_device_t *dev, + int minor, + struct proc_dir_entry *root, + struct proc_dir_entry **dev_root); extern int DRM(proc_cleanup)(int minor, struct proc_dir_entry *root, struct proc_dir_entry *dev_root); |