Skip to content

Commit

Permalink
auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay
Browse files Browse the repository at this point in the history
This header is included in drivers/auxdisplay/. Make it a local header.

Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
masahir0y authored and ojeda committed Aug 8, 2019
1 parent ba2c134 commit 7535428
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/auxdisplay/charlcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <generated/utsrelease.h>

#include <misc/charlcd.h>
#include "charlcd.h"

#define LCD_MINOR 156

Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions drivers/auxdisplay/hd44780.c
Original file line number Diff line number Diff line change
Expand Up @@ -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! */
Expand Down
2 changes: 1 addition & 1 deletion drivers/auxdisplay/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#include <linux/io.h>
#include <linux/uaccess.h>

#include <misc/charlcd.h>
#include "charlcd.h"

#define KEYPAD_MINOR 185

Expand Down

0 comments on commit 7535428

Please sign in to comment.