diff options
author | Vadim Pasternak <vadimp@mellanox.com> | 2016-10-31 08:22:33 +0100 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2016-12-16 22:30:24 +0100 |
commit | 6613d18e90385db5cdbe32fe47567a3c11575b2d (patch) | |
tree | 3def9426d9a975fcffec1cbecf80d3e823096dee /arch/x86/platform/Makefile | |
parent | platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and type (diff) | |
download | linux-6613d18e90385db5cdbe32fe47567a3c11575b2d.tar.xz linux-6613d18e90385db5cdbe32fe47567a3c11575b2d.zip |
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>
Diffstat (limited to 'arch/x86/platform/Makefile')
-rw-r--r-- | arch/x86/platform/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index 3c3c19ea94df..184842ef332e 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile @@ -8,7 +8,6 @@ obj-y += iris/ obj-y += intel/ obj-y += intel-mid/ obj-y += intel-quark/ -obj-y += mellanox/ obj-y += olpc/ obj-y += scx200/ obj-y += sfi/ |