sort-init.c: move to arch/x86/kernel/sort-init.c

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
diff --git a/Makefile b/Makefile
index 033d0e4..893d5cb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@
 # *(SORT(.tbl.init_fns.*))
 #
 # The name of the struct places no effect to the actual linker order.
-OBJS =  sort-init.o \
+OBJS =  arch/x86/kernel/sort-init.o \
 	start_kernel.o \
 	arch/x86/kernel/head64.c \
 	memory.o \
diff --git a/sort-init.c b/arch/x86/kernel/sort-init.c
similarity index 100%
rename from sort-init.c
rename to arch/x86/kernel/sort-init.c