platform/x86: mlx-platform: Move module from arch/x86
authorVadim Pasternak <vadimp@mellanox.com>
Mon, 31 Oct 2016 07:22:33 +0000 (07:22 +0000)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 16 Dec 2016 21:30:24 +0000 (23:30 +0200)
commit6613d18e90385db5cdbe32fe47567a3c11575b2d
tree3def9426d9a975fcffec1cbecf80d3e823096dee
parentcb2bf25145e0d2abef20f47dd2ae55bff97fd9cb
platform/x86: mlx-platform: Move module from arch/x86

Since mlx-platform is not an architectural driver, it is moved out
of arch/x86/platform to drivers/platform/x86.
Relevant Makefile and Kconfig are updated.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
MAINTAINERS
arch/x86/Kconfig
arch/x86/platform/Makefile
arch/x86/platform/mellanox/Makefile [deleted file]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/mlx-platform.c [moved from arch/x86/platform/mellanox/mlx-platform.c with 99% similarity]