]> git.baikalelectronics.ru Git - kernel.git/commit
drm: fix tainted kernel caused by drm_panel_orientation_quirks.c
authorDavid Lechner <david@lechnology.com>
Thu, 21 Dec 2017 18:46:19 +0000 (12:46 -0600)
committerHans de Goede <hdegoede@redhat.com>
Sat, 23 Dec 2017 19:06:45 +0000 (20:06 +0100)
commita587f5427bdc526f401f2a123ecf3b52dc268d7d
treea6edcaeab3a4e9b48fcd800269b98773002c3441
parent77b3a50c8ca81e9473eb8c6cfcdb593c5160a03b
drm: fix tainted kernel caused by drm_panel_orientation_quirks.c

drm_panel_orientation_quirks.c introduced in commit 9aa454b52d76 ("drm:
Add panel orientation quirks, v6.") taints the kernel when compiled as a
module. Fix this by adding MODULE_LICENSE().

Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1513881979-13801-1-git-send-email-david@lechnology.com
drivers/gpu/drm/drm_panel_orientation_quirks.c