]> git.karo-electronics.de Git - linux-beck.git/commit
x86/platform/iosf_mbi: Move to dedicated folder
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 Jul 2015 14:45:05 +0000 (17:45 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 15:48:47 +0000 (17:48 +0200)
commit23ae2a16bb39d999892a86a65933fe3e9b6b525f
tree2b7baf1b560f774e962ee345547f4ed31abd382c
parent91780c41a9e03ca6c351a0b2152662139b94b274
x86/platform/iosf_mbi: Move to dedicated folder

Move the driver to arch/x86/platform/intel since it is not a core
kernel code and it is related to many Intel SoCs from different
groups: Atom, MID, etc.

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: David E . Box <david.e.box@linux.intel.com>
Link: http://lkml.kernel.org/r/1436366709-17683-2-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile
arch/x86/platform/Makefile
arch/x86/platform/intel/Makefile [new file with mode: 0644]
arch/x86/platform/intel/iosf_mbi.c [moved from arch/x86/kernel/iosf_mbi.c with 100% similarity]