OSDN Git Service

radeon: fix duplicate define in my last commit
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 6 Oct 2008 16:01:11 +0000 (12:01 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 6 Oct 2008 16:01:11 +0000 (12:01 -0400)
That's what I get for committing at 3 AM.

shared-core/radeon_drv.h

index f3b6531..f897820 100644 (file)
@@ -446,7 +446,7 @@ extern int r300_do_cp_cmdbuf(struct drm_device *dev,
 
 #define RADEON_MSI_REARM_EN            0x0160
 /* rv370, rv380, rv410, r423, r430, r480, r5xx */
-#      define RADEON_MSI_REARM_EN              (1 << 0)
+#      define RV370_MSI_REARM_EN               (1 << 0)
 
 #define RADEON_CLOCK_CNTL_DATA         0x000c
 #      define RADEON_PLL_WR_EN                 (1 << 7)