mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-21 18:43:44 -05:00
Merge tag 'drm-misc-next-fixes-2023-06-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Short summary of fixes pull: * Fix fbdev initializer macros Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230615114009.GA27261@linux-uq9g
This commit is contained in:
@@ -552,7 +552,7 @@ extern ssize_t fb_io_write(struct fb_info *info, const char __user *buf,
|
||||
.fb_imageblit = cfb_imageblit
|
||||
|
||||
#define __FB_DEFAULT_IO_OPS_MMAP \
|
||||
.fb_mmap = NULL // default implementation
|
||||
.fb_mmap = NULL /* default implementation */
|
||||
|
||||
#define FB_DEFAULT_IO_OPS \
|
||||
__FB_DEFAULT_IO_OPS_RDWR, \
|
||||
@@ -585,7 +585,7 @@ extern ssize_t fb_sys_write(struct fb_info *info, const char __user *buf,
|
||||
.fb_imageblit = sys_imageblit
|
||||
|
||||
#define __FB_DEFAULT_SYS_OPS_MMAP \
|
||||
.fb_mmap = NULL // default implementation
|
||||
.fb_mmap = NULL /* default implementation */
|
||||
|
||||
#define FB_DEFAULT_SYS_OPS \
|
||||
__FB_DEFAULT_SYS_OPS_RDWR, \
|
||||
|
||||
Reference in New Issue
Block a user