summaryrefslogtreecommitdiff
path: root/src/aticonsole.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aticonsole.c')
-rw-r--r--src/aticonsole.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/aticonsole.c b/src/aticonsole.c
index 57d5a94..6e45cbc 100644
--- a/src/aticonsole.c
+++ b/src/aticonsole.c
@@ -1,4 +1,3 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c,v 1.22 2003/11/13 18:42:47 tsi Exp $ */
/*
* Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
@@ -32,9 +31,9 @@
#include "ati.h"
#include "aticonsole.h"
#include "aticrtc.h"
-#include "atii2c.h"
#include "atilock.h"
#include "atimach64.h"
+#include "atimach64i2c.h"
#include "atimach64io.h"
#include "atimode.h"
#include "atistruct.h"
@@ -817,7 +816,7 @@ ATIFreeScreen
ATIPtr pATI = ATIPTR(pScreenInfo);
if (pATI->Closeable || (serverGeneration > 1))
- ATII2CFreeScreen(iScreen);
+ Mach64I2CFreeScreen(iScreen);
if (pATI->Closeable)
(void)(*pScreen->CloseScreen)(iScreen, pScreen);