lib/intel_chipset: drop unused IS_9XX()

It's also confusing as the style differs from the kernel (exact platform
in the kernel vs. the platform and any later ones in igt).

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
Jani Nikula 2016-04-29 17:43:58 +03:00
parent e279954f1e
commit c038518438

View File

@ -477,14 +477,6 @@ void intel_check_pch(void);
IS_GEN8(devid) || \
IS_GEN9(devid))
#define IS_9XX(devid) (IS_GEN3(devid) || \
IS_GEN4(devid) || \
IS_GEN5(devid) || \
IS_GEN6(devid) || \
IS_GEN7(devid) || \
IS_GEN8(devid) || \
IS_GEN9(devid))
#define IS_INTEL(devid) (IS_GEN2(devid) || \
IS_GEN3(devid) || \
IS_GEN4(devid) || \