auxdisplay: panel: Remove redundant charlcd_ops structures
authorLars Poeschel <poeschel@lemonage.de>
Mon, 16 Nov 2020 13:41:21 +0000 (14:41 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 16 Nov 2020 16:13:37 +0000 (17:13 +0100)
commit351dcacc6d774258be9fec6f51c14f8ff38243f6
tree6386f065bbff992d51a36021f23e0b9b7c8f0716
parent32d917e754bdc322e22439f6ce400a1a74bbdc6e
auxdisplay: panel: Remove redundant charlcd_ops structures

The three struct charlcd_ops contain the same data, so we only need one
of this structures. The other two are removed.

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/panel.c