auxdisplay: charlcd: replace last device specific stuff
authorLars Poeschel <poeschel@lemonage.de>
Tue, 3 Nov 2020 09:58:24 +0000 (10:58 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 4 Nov 2020 10:04:04 +0000 (11:04 +0100)
commit6e49eea35886c7f7173796d6a646c8c2c0f6149d
tree70dcf6b747ebe063811620c787d1c4fe5ad9c77c
parent377cf2cbfdb962579eedf2c29845c463c6973f7e
auxdisplay: charlcd: replace last device specific stuff

These are the last bits left in charlcd.c that are device specific and
they are removed now.
In detail this is:
* bwidth, which is the width of the display buffer per line. This is
  replaced by width of the display.
* hwidth, which is the size of the display buffer as a whole. This is
  replaced by looping all chars of a line by all lines.
* the hd44780_common header include can go away.

Reviewed-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/charlcd.c