Skip to content

Commit

Permalink
fbdev: omapfb: remove omap1 osk driver
Browse files Browse the repository at this point in the history
Commit 21a3e6e ("ARM: omap1: remove osk-mistral add-on board
support") removed the platform_device definition for the "lcd_osk"
device, so this driver is now unused and can be removed as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Arnd Bergmann authored and Helge Deller committed Mar 14, 2023
1 parent 4c7e8e0 commit e140980
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
1 change: 0 additions & 1 deletion drivers/video/fbdev/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o

lcds-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o
lcds-y$(CONFIG_MACH_OMAP_PALMTE) += lcd_palmte.o
lcds-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o

lcds-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o

Expand Down
86 changes: 0 additions & 86 deletions drivers/video/fbdev/omap/lcd_osk.c

This file was deleted.

0 comments on commit e140980

Please sign in to comment.