x86, intel-mid: Move Medfield code out of intel-mid.c core file
authorDavid Cohen <david.a.cohen@linux.intel.com>
Mon, 16 Dec 2013 20:07:36 +0000 (12:07 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 15 Jan 2014 22:38:58 +0000 (14:38 -0800)
commitecd6910db979bc40ac19f0e71e027132fc906068
tree3e1ddd039bb730b0adfa9686fd5dbcf59aebc268
parent7e22e91102c6b9df7c4ae2168910e19d2bb14cd6
x86, intel-mid: Move Medfield code out of intel-mid.c core file

In order make the driver more portable and support other Intel MID
(Mobile Internet Device) platforms we need to move Medfield code from
intel-mid.c core to its own mfld.c file.

This patch contains no functional changes.

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Link: http://lkml.kernel.org/r/1387224459-25746-2-git-send-email-david.a.cohen@linux.intel.com
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/platform/intel-mid/Makefile
arch/x86/platform/intel-mid/intel-mid.c
arch/x86/platform/intel-mid/intel_mid_weak_decls.h [new file with mode: 0644]
arch/x86/platform/intel-mid/mfld.c [new file with mode: 0644]