Skip to content
Snippets Groups Projects
Commit 93c05f22 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Dave Airlie
Browse files

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: default avatarJaswinder Singh Rajput <jaswinder@kernel.org>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent c9fb15f6
No related merge requests found
......@@ -387,7 +387,7 @@ static int __init intel_no_lvds_dmi_callback(const struct dmi_system_id *id)
}
/* These systems claim to have LVDS, but really don't */
static const struct dmi_system_id __initdata intel_no_lvds[] = {
static const struct dmi_system_id intel_no_lvds[] = {
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Apple Mac Mini (Core series)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment