diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2006-11-19 12:11:32 -0800 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2006-11-19 12:11:32 -0800 |
commit | 4069ba86398882e0670b383ee0622f82e3ffe5a7 (patch) | |
tree | ebef43933fa1d7cc13bd92e07b7a3453aa46fa54 /linux/drivers/media/video/zr36050.h | |
parent | 3c979bbe86b21226fde432c617dfa3080141f0bc (diff) | |
download | mediapointer-dvb-s2-4069ba86398882e0670b383ee0622f82e3ffe5a7.tar.gz mediapointer-dvb-s2-4069ba86398882e0670b383ee0622f82e3ffe5a7.tar.bz2 |
compat: Use kernel version to control PCIAGP_FAIL compat code
From: Trent Piepho <xyzzy@speakeasy.org>
PCIAGP_FAIL is a new pci quirk added in 2.6.19. The code in compat.h was
checking if PCIAGP_FAIL was already defined to determine whether or not
to include the backward compatibility code. This didn't work in a number
of cases when compat.h was included before linux/pci.h, as PCIAGP_FAIL
would get defined by compat.h and then re-defined by linux/pci.h.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/zr36050.h')
0 files changed, 0 insertions, 0 deletions