UPSTREAM: drm: move MODULE_PARM_DESC to other file
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 8 Jan 2016 11:00:45 +0000 (14:00 +0300)
committerMark Yao <mark.yao@rock-chips.com>
Mon, 9 Jan 2017 03:09:15 +0000 (11:09 +0800)
commit341f72aa95a8a0727fc07517685de9257f650047
tree38c4d3da596ea5e53145a95d34f15495bc7ad062
parentb9da713e7d7d4838be6fea4f33453f99d4486816
UPSTREAM: drm: move MODULE_PARM_DESC to other file

We moved the module options from drm_drv.c to drm_irq.c in 18882995713d
('drm: Move vblank related module options into drm_irq.c').  Let's move
the MODULE_PARM_DESC()s as well so they're together.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20160108110045.GF32195@mwanda
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
(cherry picked from commit d9d8c4cf23e8badfa8d49fe66c6a49970f896689)

Change-Id: Icedf3f3eb6478e684b21d60cc8053177374180db
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_irq.c