diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-04-04 19:25:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-08 17:48:20 +0200 |
commit | 51c1e9b554c996284d5d3bd44da829f41a49a21b (patch) | |
tree | 44f3ebc0fb654b1fae9e230625ebcb495bcefb69 /drivers/auxdisplay/Makefile | |
parent | auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data (diff) | |
download | linux-51c1e9b554c996284d5d3bd44da829f41a49a21b.tar.xz linux-51c1e9b554c996284d5d3bd44da829f41a49a21b.zip |
auxdisplay: Move panel.c to drivers/auxdisplay folder
It looks like panel.c belongs to auxdisplay subsystem.
Move it to drivers/auxdisplay folder.
No functional changes intended.
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/auxdisplay/Makefile')
-rw-r--r-- | drivers/auxdisplay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Makefile b/drivers/auxdisplay/Makefile index fcefa686be0f..58c25e5ece84 100644 --- a/drivers/auxdisplay/Makefile +++ b/drivers/auxdisplay/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_CFAG12864B) += cfag12864b.o cfag12864bfb.o obj-$(CONFIG_IMG_ASCII_LCD) += img-ascii-lcd.o obj-$(CONFIG_HD44780) += hd44780.o obj-$(CONFIG_HT16K33) += ht16k33.o +obj-$(CONFIG_PANEL) += panel.o |