Commit b38538ccf951a5edf9736b585f0052d03f2bd745

Authored by Jani Nikula
Committed by Daniel Vetter
1 parent 6f1cc99351

drm/i915: remove duplicate MODULE_LICENSE definition

Multiple definitions show up multiple times in modinfo output.

There's already an identical one in i915_drv.c along with other MODULE_*
definitions, so drop the lone one in intel_fbdev.c.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

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

drivers/gpu/drm/i915/intel_fbdev.c
... ... @@ -328,8 +328,6 @@
328 328 fb_set_suspend(info, state);
329 329 }
330 330  
331   -MODULE_LICENSE("GPL and additional rights");
332   -
333 331 void intel_fbdev_output_poll_changed(struct drm_device *dev)
334 332 {
335 333 struct drm_i915_private *dev_priv = dev->dev_private;