diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-22 02:20:35 +0100 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-22 02:24:05 +0100 |
commit | d87d1f5bb0475c6f651fcb7e2cab2a7d46edcc69 (patch) | |
tree | 32ac04eb78b2d64e1ef254c4df58a06bb4fcffdd /src/common.h | |
parent | daade50ca271d1cdf236bbe84afade85d4111ac9 (diff) |
Remove BIOS from non-BIOS related names.
Lots of names included BIOS for no apparent reason; as we try to eliminate
BIOS calls from the driver, these only serve to confuse us.
(cherry picked from 8e5d280d94ad3d3ba3c75871c17abec9da62ed34 commit)
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 21977af4..6a55bfda 100644 --- a/src/common.h +++ b/src/common.h @@ -68,7 +68,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #endif /* I830 hooks for the I810 driver setup/probe. */ -extern const OptionInfoRec *I830BIOSAvailableOptions(int chipid, int busid); +extern const OptionInfoRec *I830AvailableOptions(int chipid, int busid); extern void I830InitpScrn(ScrnInfoPtr pScrn); /* Symbol lists shared by the i810 and i830 parts. */ |