diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-06 10:14:44 +0300 |
---|---|---|
committer | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2019-08-08 20:59:17 +0300 |
commit | 75354284cc3aa58f7e54d479d9bee69bd2ca828f (patch) | |
tree | 7270d97cfdff675585fe1c1292cba2a3b269826d /drivers/auxdisplay/hd44780.c | |
parent | ba2c1340d7c8e1ba5957d814ec18592b315fd4de (diff) | |
download | linux-75354284cc3aa58f7e54d479d9bee69bd2ca828f.tar.xz |
auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay
This header is included in drivers/auxdisplay/. Make it a local header.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to 'drivers/auxdisplay/hd44780.c')
-rw-r--r-- | drivers/auxdisplay/hd44780.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/auxdisplay/hd44780.c b/drivers/auxdisplay/hd44780.c index ab15b64707ad..bcbe13092327 100644 --- a/drivers/auxdisplay/hd44780.c +++ b/drivers/auxdisplay/hd44780.c @@ -14,8 +14,7 @@ #include <linux/property.h> #include <linux/slab.h> -#include <misc/charlcd.h> - +#include "charlcd.h" enum hd44780_pin { /* Order does matter due to writing to GPIO array subsets! */ |