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 | |
parent | 6039ed63d631073f6ecdf919a3cf94bf20a524ce (diff) |
Some cleanups before merging into the trunk.multihead-1-0-0-20010730multihead-1-0-0-branch
-rw-r--r-- | libdrm/xf86drm.c | 2 | ||||
-rw-r--r-- | linux-core/drm_drv.c | 2 | ||||
-rw-r--r-- | linux/drm_drv.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c index d27a8fda..5ed8f1f8 100644 --- a/libdrm/xf86drm.c +++ b/libdrm/xf86drm.c @@ -108,7 +108,7 @@ extern unsigned long _bus_base(void); #define makedev(x,y) ((dev_t)(((x) << 8) | (y))) #endif -#define DRM_MSG_VERBOSITY 1 +#define DRM_MSG_VERBOSITY 3 static void drmMsg(const char *format, ...) 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) = { diff --git a/linux/drm_drv.h b/linux/drm_drv.h index f969ec59..dd46f227 100644 --- a/linux/drm_drv.h +++ b/linux/drm_drv.h @@ -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) = { |