On Fri, 29 Oct 2004 15:20:09 +0200 (CEST), Thomas Hellström
<[EMAIL PROTECTED]> wrote:
> Forgot to mention, of course, that this leeds to an unresolved symbol in
> the binary:
> 
> pci_dev_get.

linux/drm_compat.h has this in it:

#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#define pci_dev_put(x) do {} while (0)
#define pci_dev_get(x) do {} while (0)
#define pci_get_subsys pci_find_subsys

Is something messed up with include?

-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
This Newsletter Sponsored by: Macrovision
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to