]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
auxdisplay: fix new ht16k33 build errors
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 26 Dec 2016 17:58:34 +0000 (09:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jan 2017 08:27:30 +0000 (09:27 +0100)
commit546cf3ef9c92b76ff0037c871b939e63caea98b3
tree50168961e58c6b26bbc499befd3de5967aff6db8
parent0fa2c8eb270413160557babda519aa3c21e2bfaf
auxdisplay: fix new ht16k33 build errors

Fix build errors caused by selecting incorrect kconfig symbols.

drivers/built-in.o:(.data+0x19cec): undefined reference to `sys_fillrect'
drivers/built-in.o:(.data+0x19cf0): undefined reference to `sys_copyarea'
drivers/built-in.o:(.data+0x19cf4): undefined reference to `sys_imageblit'

Fixes: 31114fa95bdb (auxdisplay: ht16k33: select framebuffer helper modules)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/auxdisplay/Kconfig