diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-07 11:02:47 -0500 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-07 11:02:47 -0500 |
commit | a3d2c5d622d9ca36d6fa2966aff09524e3ea39ac (patch) | |
tree | 894d32c2f275e1cf83c136bff10dd8f44ee21c8b /hw/xfree86/i2c | |
parent | e9bfb2b3d7dfaafd90d2ad0fa3d0e1acced4380b (diff) |
XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.
If only this was the least wrong thing in this code.
Diffstat (limited to 'hw/xfree86/i2c')
-rw-r--r-- | hw/xfree86/i2c/uda1380_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/i2c/uda1380_module.c b/hw/xfree86/i2c/uda1380_module.c index 384458326..895f8c6f2 100644 --- a/hw/xfree86/i2c/uda1380_module.c +++ b/hw/xfree86/i2c/uda1380_module.c @@ -12,7 +12,7 @@ static XF86ModuleVersionInfo uda1380VersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */ ABI_VIDEODRV_VERSION, |