summaryrefslogtreecommitdiff
path: root/src/i830_tv.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2007-02-14 14:37:02 -0800
committerKeith Packard <keithp@guitar.keithp.com>2007-02-14 14:37:02 -0800
commitec55dd16c4c5f7612d33ae22a6249b3b1c60e2b6 (patch)
treeb3281f4ab52353ebbe8792161e7df93d7b00c1cc /src/i830_tv.c
parent22a271555a46267c40448fa926d45692498ef7c6 (diff)
Global namespace cleanups, filename fixes.
Ensure all xf86 symbols created here are protected with XF86NAME. Remove accidentally exported symbols from namespace. Make all to-be-DI files prefixed with i830_xf86.
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r--src/i830_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c
index 5ee8866a..95612e41 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1310,7 +1310,7 @@ i830_tv_detect(xf86OutputPtr output)
}
}
-struct input_res {
+static struct input_res {
char *name;
int w, h;
} input_res_table[] =