Commit 75354284 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Miguel Ojeda

auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay

This header is included in drivers/auxdisplay/. Make it a local header.
Reviewed-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
parent ba2c1340
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <generated/utsrelease.h> #include <generated/utsrelease.h>
#include <misc/charlcd.h> #include "charlcd.h"
#define LCD_MINOR 156 #define LCD_MINOR 156
......
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
#include <linux/property.h> #include <linux/property.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <misc/charlcd.h> #include "charlcd.h"
enum hd44780_pin { enum hd44780_pin {
/* Order does matter due to writing to GPIO array subsets! */ /* Order does matter due to writing to GPIO array subsets! */
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include <misc/charlcd.h> #include "charlcd.h"
#define KEYPAD_MINOR 185 #define KEYPAD_MINOR 185
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment