x86: platform: Move iris to x86/platform where it belongs

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

+2 -1
-1
arch/x86/kernel/Makefile
··· 109 obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o 110 111 obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o 112 - obj-$(CONFIG_X86_32_IRIS) += iris.o 113 114 ### 115 # 64 bit specific files
··· 109 obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o 110 111 obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o 112 113 ### 114 # 64 bit specific files
arch/x86/kernel/iris.c arch/x86/platform/iris/iris.c
+1
arch/x86/platform/Makefile
··· 1 # Platform specific code goes here 2 obj-y += ce4100/ 3 obj-y += efi/ 4 obj-y += mrst/ 5 obj-y += olpc/ 6 obj-y += scx200/
··· 1 # Platform specific code goes here 2 obj-y += ce4100/ 3 obj-y += efi/ 4 + obj-y += iris/ 5 obj-y += mrst/ 6 obj-y += olpc/ 7 obj-y += scx200/
+1
arch/x86/platform/iris/Makefile
···
··· 1 + obj-$(CONFIG_X86_32_IRIS) += iris.o