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_hwcurs.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_hwcurs.c')
-rw-r--r-- | src/mga_hwcurs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mga_hwcurs.c b/src/mga_hwcurs.c index 9c8d01a..937f979 100644 --- a/src/mga_hwcurs.c +++ b/src/mga_hwcurs.c @@ -6,7 +6,6 @@ #include "xf86_OSproc.h" #include "xf86Pci.h" -#include "xf86PciInfo.h" #include "mga.h" #include "mga_reg.h" |