From c5cc32fe14ccbc19484202d20cf7d6bad45e3567 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 18 Aug 2011 20:09:39 +0100 Subject: [PATCH] um: move asm/desc.h into arch/x86/um/asm its only purpose is to shadow the x86 asm/desc.h Signed-off-by: Al Viro Signed-off-by: Richard Weinberger --- arch/{um/include => x86/um}/asm/desc.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/{um/include => x86/um}/asm/desc.h (100%) diff --git a/arch/um/include/asm/desc.h b/arch/x86/um/asm/desc.h similarity index 100% rename from arch/um/include/asm/desc.h rename to arch/x86/um/asm/desc.h -- 2.41.0