diff options
author | Dave Airlie <airlied@redhat.com> | 2008-11-03 09:58:12 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-11-03 09:58:12 +1000 |
commit | 68fcb7770efc20b9e27b1724e2fb5ac112a5330e (patch) | |
tree | 693fd99df1f08d87d1b91930328a548d797e4e99 /linux-core | |
parent | b7108445c9ebb37d06fcc7821e984124fda928f3 (diff) |
radeon: make build again
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/radeon_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c index f7881720..f4194688 100644 --- a/linux-core/radeon_drv.c +++ b/linux-core/radeon_drv.c @@ -44,7 +44,7 @@ int radeon_agpmode = 0; MODULE_PARM_DESC(no_wb, "Disable AGP writeback for scratch registers\n"); module_param_named(no_wb, radeon_no_wb, int, 0444); -unsigned int radeon_modeset = 0; +int radeon_modeset = 0; module_param_named(modeset, radeon_modeset, int, 0400); MODULE_PARM_DESC(dynclks, "Disable/Enable dynamic clocks"); |