diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-20 14:42:31 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-21 15:25:58 -0700 |
commit | 1fc93ee184ceefaea9528bb46ae82884c44d9b36 (patch) | |
tree | 82d7fac54921106fd277a7524e1b3e9bca945718 /src/i830_hwmc.h | |
parent | b2d7928f195f6439ecd140e6280b958b8a1f534b (diff) |
Staticize a bunch of functions and variables in the driver.
This cleans up findstatic.pl output for the i830+ code, which resulted in
removing some code. The only odd part of this commit is the
if (0) i830_sdvo_dump() in i830_sdvo.c -- it tells the compiler that the code
is used, without using it since we want the code around while debugging.
It's also in a likely place to ask for the dump, so I think it's OK.
Diffstat (limited to 'src/i830_hwmc.h')
-rw-r--r-- | src/i830_hwmc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_hwmc.h b/src/i830_hwmc.h index 72208d53..41f64413 100644 --- a/src/i830_hwmc.h +++ b/src/i830_hwmc.h @@ -101,7 +101,6 @@ extern struct intel_xvmc_driver *xvmc_driver; extern struct intel_xvmc_driver i915_xvmc_driver; extern struct intel_xvmc_driver i965_xvmc_driver; -extern Bool intel_xvmc_set_driver(struct intel_xvmc_driver *); extern Bool intel_xvmc_probe(ScrnInfoPtr); extern Bool intel_xvmc_driver_init(ScreenPtr, XF86VideoAdaptorPtr); extern Bool intel_xvmc_screen_init(ScreenPtr); |