diff options
author | Nian Wu <nian.wu@intel.com> | 2007-03-19 17:00:31 +0800 |
---|---|---|
committer | Nian Wu <nian.wu@intel.com> | 2007-03-19 17:00:31 +0800 |
commit | 8398b99d8d146278adc13d6093811e53cd42c88a (patch) | |
tree | 9da61388447defcfec68d7294989f6dc501d39ed /linux-core/drm_proc.c | |
parent | df73975980e926e350bf36bf4bc8a07220f66164 (diff) | |
parent | 1e77e52755c9bb94c9230778845e6701b4d82b3a (diff) |
Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline
Diffstat (limited to 'linux-core/drm_proc.c')
-rw-r--r-- | linux-core/drm_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_proc.c b/linux-core/drm_proc.c index 1c2c17fe..d6da86b2 100644 --- a/linux-core/drm_proc.c +++ b/linux-core/drm_proc.c @@ -75,7 +75,7 @@ static struct drm_proc_list { #endif }; -#define DRM_PROC_ENTRIES (sizeof(drm_proc_list)/sizeof(drm_proc_list[0])) +#define DRM_PROC_ENTRIES ARRAY_SIZE(drm_proc_list) /** * Initialize the DRI proc filesystem for a device. |