Re: [PATCH] fix warnings from vgaarb.h

From: Clemens Ladisch
Date: Wed Apr 04 2012 - 02:48:01 EST


Meelis Roos wrote:
> in 3.4-rc1-144, I get the following warnings. Fix them by including
> <linux/pci.h> to get struct pci_dev.
>
> CC [M] drivers/gpu/drm/i915/intel_display.o
> In file included from drivers/gpu/drm/i915/intel_display.c:33:0:
> include/linux/vgaarb.h:66:9: warning: ʽstruct pci_devʼ declared inside parameter list [enabled by default]

Or you could simply declare it:

struct pci_dev;


Regards,
Clemens
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/