diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-05-23 23:34:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-05-25 14:52:47 -0700 |
commit | 3d9631b819c5c6f64ebf9bda8aab93e1cc7f391f (patch) | |
tree | 8cbe2801961d417b085a734e98f735e830b39c3c /src/mga_g450pll.c | |
parent | 0af7dba78559ce82b4c3eed0862415efcde51863 (diff) |
Move PCI vendor/device id defines into mga.h instead of using xf86PciInfo.h
Silences deprecation warnings from xf86PciInfo.h in current Xorg servers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mga_g450pll.c')
-rw-r--r-- | src/mga_g450pll.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mga_g450pll.c b/src/mga_g450pll.c index 9f544b1..293178c 100644 --- a/src/mga_g450pll.c +++ b/src/mga_g450pll.c @@ -6,9 +6,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -/* Drivers for PCI hardware need this */ -#include "xf86PciInfo.h" - /* Drivers that need to access the PCI config space directly need this */ #include "xf86Pci.h" |