commit | 71ff701bbefec9e3c342f3a01d2d89b7ae026c71 | [log] [tgz] |
---|---|---|
author | Lars Poeschel <poeschel@lemonage.de> | Tue Nov 03 10:58:08 2020 +0100 |
committer | Miguel Ojeda <ojeda@kernel.org> | Wed Nov 04 11:04:03 2020 +0100 |
tree | ad1868fc8513ced579338f8450cf320fedf8d1a1 | |
parent | 3fc04dd7eb77b54228a17753ec01128417433e46 [diff] |
auxdisplay: Move write_data pointer to hd44780_common This moves the write_data function pointer from struct charlcd_ops to struct hd44780_common. This is the function that actually writes the character to the display. This hd44780 hardware specific function is used by two drivers at the moment. Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>