diff options
author | David Dawes <dawes@xfree86.org> | 2001-07-30 19:29:27 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-07-30 19:29:27 +0000 |
commit | b34f558ebc30ca46d0e1ff015f88f2f1b92b345e (patch) | |
tree | 226a31c9f9105bc4cbc7123fe0ebdd5b561023d3 /linux-core/drm_drv.c | |
parent | 6039ed63d631073f6ecdf919a3cf94bf20a524ce (diff) |
Some cleanups before merging into the trunk.multihead-1-0-0-20010730multihead-1-0-0-branch
Diffstat (limited to 'linux-core/drm_drv.c')
-rw-r--r-- | linux-core/drm_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c index f969ec59..dd46f227 100644 --- a/linux-core/drm_drv.c +++ b/linux-core/drm_drv.c @@ -109,7 +109,7 @@ #endif static drm_device_t *DRM(device); -static int *DRM(minor); +static int *DRM(minor); static int DRM(numdevs) = 0; static struct file_operations DRM(fops) = { |