mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ODROID-COMMONfbcon: quick fix missing '/'
Change-Id: I8cc674ae263959646c9034545a1f639de0504d97 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
@@ -1962,7 +1962,7 @@ static struct fb_ops osd_ops = {
|
||||
.fb_fillrect = cfb_fillrect,
|
||||
.fb_copyarea = cfb_copyarea,
|
||||
.fb_imageblit = cfb_imageblit,
|
||||
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON)
|
||||
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON) \
|
||||
&& !defined(CONFIG_AMLOGIC_MEDIA_FB_OSD2_CURSOR)
|
||||
.fb_cursor = soft_cursor,
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user