Commit 93c05f222413e3a16e8785f252db4726693abd71

Authored by Jaswinder Singh Rajput
Committed by Dave Airlie
1 parent c9fb15f60e

drm/i915: intel_lvds.c fix section mismatch

intel_no_lvds[] does not require __initdata as it is used only by

void intel_lvds_init(struct drm_device *dev).

Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/gpu/drm/i915/intel_lvds.c
... ... @@ -387,7 +387,7 @@
387 387 }
388 388  
389 389 /* These systems claim to have LVDS, but really don't */
390   -static const struct dmi_system_id __initdata intel_no_lvds[] = {
  390 +static const struct dmi_system_id intel_no_lvds[] = {
391 391 {
392 392 .callback = intel_no_lvds_dmi_callback,
393 393 .ident = "Apple Mac Mini (Core series)",