浏览代码

misc: fix typo on Kconfig

When panel driver was moved from staging to misc a new line was missing
to be added on Kconfig file.

Fixes: 305b37bd01c2 ("misc: Move panel driver out of staging")

Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Miguel Bernal Marin 8 年之前
父节点
当前提交
e1ef962bf1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/misc/Kconfig

+ 1 - 0
drivers/misc/Kconfig

@@ -491,6 +491,7 @@ config VEXPRESS_SYSCFG
 	  ARM Ltd. Versatile Express uses specialised platform configuration
 	  bus. System Configuration interface is one of the possible means
 	  of generating transactions on this bus.
+
 config PANEL
 	tristate "Parallel port LCD/Keypad Panel support"
 	depends on PARPORT