diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-06-30 19:24:13 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-30 21:20:27 +0100 |
commit | e6e5330857097eb2caafa89d571d12e4bb15f539 (patch) | |
tree | 6f05407426af3e663c8c9585e1a9e8a8069fe9a9 /src/intel_module.c | |
parent | e1c3e6ce79c73d12c814cfda76dbc0df184902ee (diff) |
intel: Use the i845 info structure for INTEL_I845G_IDS()
I assume the intention was to provide a different structure for each of
the gen 2 devices.
This doesn't change anything really.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'src/intel_module.c')
-rw-r--r-- | src/intel_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_module.c b/src/intel_module.c index 35c24a24..c8846032 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -269,7 +269,7 @@ static const struct pci_id_match intel_device_match[] = { #if KMS INTEL_I830_IDS(&intel_i830_info), - INTEL_I845G_IDS(&intel_i830_info), + INTEL_I845G_IDS(&intel_i845_info), INTEL_I85X_IDS(&intel_i855_info), INTEL_I865G_IDS(&intel_i865_info), |