commit | 351dcacc6d774258be9fec6f51c14f8ff38243f6 | [log] [tgz] |
---|---|---|
author | Lars Poeschel <poeschel@lemonage.de> | Mon Nov 16 14:41:21 2020 +0100 |
committer | Miguel Ojeda <ojeda@kernel.org> | Mon Nov 16 17:13:37 2020 +0100 |
tree | 6386f065bbff992d51a36021f23e0b9b7c8f0716 | |
parent | 32d917e754bdc322e22439f6ce400a1a74bbdc6e [diff] |
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>