diff mbox

video: remove unused kconfig SH_LCD_MIPI_DSI

Message ID 20180122123500.12359-1-clabbe.montjoie@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Corentin Labbe Jan. 22, 2018, 12:35 p.m. UTC
SH_LCD_MIPI_DSI is unused since commit 18b6562c243f ("fbdev: sh_mipi_dsi: remove driver")
So no need to keep it.
Fixes: 18b6562c243f ("fbdev: sh_mipi_dsi: remove driver")

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 drivers/video/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Bartlomiej Zolnierkiewicz March 12, 2018, 2:13 p.m. UTC | #1
On Monday, January 22, 2018 01:35:00 PM Corentin Labbe wrote:
> SH_LCD_MIPI_DSI is unused since commit 18b6562c243f ("fbdev: sh_mipi_dsi: remove driver")
> So no need to keep it.
> Fixes: 18b6562c243f ("fbdev: sh_mipi_dsi: remove driver")
> 
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>

Patch queued for 4.17, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
diff mbox

Patch

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 3c20af999893..429f15b2b51a 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -8,9 +8,6 @@  menu "Graphics support"
 config HAVE_FB_ATMEL
 	bool
 
-config SH_LCD_MIPI_DSI
-	bool
-
 source "drivers/char/agp/Kconfig"
 
 source "drivers/gpu/vga/Kconfig"