From c582778900425d0cf2a5687a84b0125fee797d32 Mon Sep 17 00:00:00 2001 From: Archit Taneja Date: Fri, 17 Jun 2016 13:30:35 +0530 Subject: drm/i2c: adv7511: Move to bridge folder The driver has been converted to use drm_bridge instead of drm_i2c_slave_encoder. We can now move it to the bridge folder. Create a separate folder since we already have a couple of files and expect more when we support audio and ADV7533. Rename the driver to adv7511_drv.c. This will come in handy later when the driver module will need to be built from multiple object files. Signed-off-by: Archit Taneja --- drivers/gpu/drm/i2c/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/drm/i2c/Makefile') diff --git a/drivers/gpu/drm/i2c/Makefile b/drivers/gpu/drm/i2c/Makefile index 2c72eb584ab7..43aa33baebed 100644 --- a/drivers/gpu/drm/i2c/Makefile +++ b/drivers/gpu/drm/i2c/Makefile @@ -1,7 +1,5 @@ ccflags-y := -Iinclude/drm -obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511.o - ch7006-y := ch7006_drv.o ch7006_mode.o obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o -- cgit