x86/pci, x86/platform/intel_mid_pci: Remove duplicate power off code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Jul 2016 20:09:07 +0000 (23:09 +0300)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 Jul 2016 09:00:05 +0000 (11:00 +0200)
commite99a0745bdf8a5f7e3126a686846af4aeb852cc9
tree47816e2f5d5ad9b58c56976d2371b34d8613316d
parent0519e8b4cb2bda598f941088948129f9fe9e6acd
x86/pci, x86/platform/intel_mid_pci: Remove duplicate power off code

Intel MID platforms (Moorestown, Medfield, Clovertrail, Merrifield) are
sharing the code in the intel_mid_pci.c module. There is no need to
power off specific Moorestown devices after the following commit:

  5823d0893ec2 ("x86/platform/intel-mid: Add Power Management Unit driver")

... because the condition in mrfld_power_off_dev() is true for any platform
from the above list.

Remove duplicate power off certain devices on Intel Moorestown and rename
the affected functions to show that they are applied to any of Intel MID
platforms.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1467749348-100518-1-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/pci/intel_mid_pci.c