summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsi <tsi>2008-11-12 16:34:57 +0000
committertsi <tsi>2008-11-12 16:34:57 +0000
commite791ed3b3a5af9f291928a0b7764ca5339238f40 (patch)
treed25231a9b52ec5953d547db79e9cc454566d1797
parent408d8f2dead00101f2632aff0c310976ff1e719b (diff)
Warning fix
-rw-r--r--programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c b/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
index f59356d72..eb2a40330 100644
--- a/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
+++ b/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.141tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.142 2008/05/21 22:23:57 tsi Exp $ */
/*
* Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
* VA Linux Systems Inc., Fremont, California.
@@ -179,8 +179,9 @@ typedef enum {
OPTION_LVDS_PROBE_PLL,
OPTION_CONSTANTDPI,
#ifdef __powerpc__
- OPTION_IBOOKHACKS
+ OPTION_IBOOKHACKS,
#endif
+ OPTION_LAST
} RADEONOpts;
const OptionInfoRec RADEONOptions[] = {