Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23ae2a16 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Thomas Gleixner
Browse files

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: default avatarAndy 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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 91780c41
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -107,7 +107,6 @@ obj-$(CONFIG_EFI) += sysfb_efi.o

obj-$(CONFIG_PERF_EVENTS)		+= perf_regs.o
obj-$(CONFIG_TRACING)			+= tracepoint.o
obj-$(CONFIG_IOSF_MBI)			+= iosf_mbi.o

###
# 64 bit specific files
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ obj-y += efi/
obj-y	+= geode/
obj-y	+= goldfish/
obj-y	+= iris/
obj-y	+= intel/
obj-y	+= intel-mid/
obj-y	+= intel-quark/
obj-y	+= olpc/
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_IOSF_MBI)			+= iosf_mbi.o