summaryrefslogtreecommitdiff
path: root/src/ati.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-12 06:53:27 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-12 06:53:27 +0000
commit3a290115af41b0ecb94eb201d7e7abb42ebbfec6 (patch)
treec2e5d11c9b4edee2f75c72dbc834fd732dc2dba3 /src/ati.h
parentd6b8f0a5eeb332563ec3ec7082f03be1797d26d8 (diff)
Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need
in atipciids.h so we can update the ATI driver independently of the server when new chips are added
Diffstat (limited to 'src/ati.h')
-rw-r--r--src/ati.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ati.h b/src/ati.h
index 3861a9e..07eeba3 100644
--- a/src/ati.h
+++ b/src/ati.h
@@ -1,6 +1,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.h,v 1.9 2003/01/01 19:16:30 tsi Exp $ */
/*
- * Copyright 1999 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -25,7 +25,7 @@
#define ___ATI_H___ 1
#include "xf86Pci.h"
-#include "xf86PciInfo.h"
+#include "atipciids.h"
#include "xf86.h"