drm/radeon: Mark all possible functions / structs as static
[linux-2.6-block.git] / drivers / gpu / drm / radeon / radeon_ioc32.c
index 48b7cea31e08d73eef3a4da16156b05d528ebd0c..c4bb2269be10a6910afa4ecad631a9f5ec0eb10e 100644 (file)
@@ -369,7 +369,7 @@ static int compat_radeon_cp_setparam(struct file *file, unsigned int cmd,
 #define compat_radeon_cp_setparam NULL
 #endif /* X86_64 || IA64 */
 
-drm_ioctl_compat_t *radeon_compat_ioctls[] = {
+static drm_ioctl_compat_t *radeon_compat_ioctls[] = {
        [DRM_RADEON_CP_INIT] = compat_radeon_cp_init,
        [DRM_RADEON_CLEAR] = compat_radeon_cp_clear,
        [DRM_RADEON_STIPPLE] = compat_radeon_cp_stipple,