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>
This commit is contained in:
Родитель
6f1cc99351
Коммит
b38538ccf9
|
@ -328,8 +328,6 @@ void intel_fbdev_set_suspend(struct drm_device *dev, int state)
|
||||||
fb_set_suspend(info, state);
|
fb_set_suspend(info, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_LICENSE("GPL and additional rights");
|
|
||||||
|
|
||||||
void intel_fbdev_output_poll_changed(struct drm_device *dev)
|
void intel_fbdev_output_poll_changed(struct drm_device *dev)
|
||||||
{
|
{
|
||||||
struct drm_i915_private *dev_priv = dev->dev_private;
|
struct drm_i915_private *dev_priv = dev->dev_private;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче