drm/fsl-dcu: remove separate compilation unit for fbdev emulation
authorStefan Agner <stefan@agner.ch>
Thu, 17 Nov 2016 01:14:06 +0000 (17:14 -0800)
committerStefan Agner <stefan@agner.ch>
Tue, 29 Nov 2016 01:33:52 +0000 (17:33 -0800)
commitc162215f570567b3a264d8e1abb50971d78bbaf3
treec904ceaf354baa89f889eca8abba825342234312
parent238e4f44c05644089968fbd1a701a6be58ddb546
drm/fsl-dcu: remove separate compilation unit for fbdev emulation

The separate file fsl_dcu_drm_fbdev.c only initialized fbdev
emulation which is a one-line operation. There is not much more
code on sight which justifies a separate file, hence call the
initialization helper directly from the drv file.

Signed-off-by: Stefan Agner <stefan@agner.ch>
drivers/gpu/drm/fsl-dcu/Makefile
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_fbdev.c [deleted file]