]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbdev/g364fb: fix build failure with mips
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sat, 2 Sep 2023 09:51:02 +0000 (10:51 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 4 Sep 2023 07:51:37 +0000 (09:51 +0200)
commit45dc8fc07d01b6786db88b5b176c67f9e3487d1e
tree56bf0a70d7c093c6c3de03afe052f2eab11bd0f6
parent978474dc8278f661930e02e08d292a45a45fa01a
fbdev/g364fb: fix build failure with mips

Fix the typo which resulted in the driver using FB_DEFAULT_IOMEM_HELPERS
instead of FB_DEFAULT_IOMEM_OPS as the fbdev I/O helpers.

Fixes: 501126083855 ("fbdev/g364fb: Use fbdev I/O helpers")
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230902095102.5908-1-sudip.mukherjee@codethink.co.uk
drivers/video/fbdev/g364fb.c