diff options
| author | Hans de Goede <j.w.r.degoede@gmail.com> | 2017-11-25 20:35:53 +0100 |
|---|---|---|
| committer | Hans de Goede <hdegoede@redhat.com> | 2017-12-04 23:03:22 +0100 |
| commit | f2f4946b0adfd6fd63598591bdb8f4d3305c3d49 (patch) | |
| tree | 7cdfd500358a01233d54f50e63095c8329d073ab /drivers/video/fbdev/core/Makefile | |
| parent | efifb: Set info->fbcon_rotate_hint based on drm_get_panel_orientation_quirk (diff) | |
| download | linux-f2f4946b0adfd6fd63598591bdb8f4d3305c3d49.tar.gz linux-f2f4946b0adfd6fd63598591bdb8f4d3305c3d49.zip | |
fbcon: Remove dmi quirk table
This is now all handled in the drivers and communicated through
fb_info.fbcon_rotate_hint.
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171125193553.23986-8-hdegoede@redhat.com
Diffstat (limited to 'drivers/video/fbdev/core/Makefile')
| -rw-r--r-- | drivers/video/fbdev/core/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/fbdev/core/Makefile b/drivers/video/fbdev/core/Makefile index d34fd182ca68..37710316a680 100644 --- a/drivers/video/fbdev/core/Makefile +++ b/drivers/video/fbdev/core/Makefile @@ -15,9 +15,6 @@ ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y) fb-y += fbcon_rotate.o fbcon_cw.o fbcon_ud.o \ fbcon_ccw.o endif -ifeq ($(CONFIG_DMI),y) -fb-y += fbcon_dmi_quirks.o -endif endif fb-objs := $(fb-y) |
