summaryrefslogtreecommitdiff
path: root/linux-core/radeon_legacy_crtc.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-08-19 13:06:04 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-08-19 13:06:04 -0400
commitba61880ac8d5db0494816296aeef6092aadcb63f (patch)
tree894e99427aaca1046b47f72aca0534389b316ed2 /linux-core/radeon_legacy_crtc.c
parentb2c19c788a570f28a22c236e60ee31f5c1e180af (diff)
radeon: fix warning from radeon_legacy_state removal
Diffstat (limited to 'linux-core/radeon_legacy_crtc.c')
-rw-r--r--linux-core/radeon_legacy_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/radeon_legacy_crtc.c b/linux-core/radeon_legacy_crtc.c
index 6775ffc0..58c2f9dc 100644
--- a/linux-core/radeon_legacy_crtc.c
+++ b/linux-core/radeon_legacy_crtc.c
@@ -29,7 +29,7 @@
#include "drm_crtc_helper.h"
-void radeon_restore_common_regs(struct drm_device *dev, struct radeon_legacy_state *state)
+void radeon_restore_common_regs(struct drm_device *dev)
{
/* don't need this yet */
}