drm/i915: intel_lvds.c fix section mismatch
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 3 Jun 2009 23:41:19 +0000 (09:41 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 3 Jun 2009 23:41:19 +0000 (09:41 +1000)
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>

No differences found