From: Al Viro Date: Thu, 18 Aug 2011 19:06:09 +0000 (+0100) Subject: um: arch_hweight.h is needed only on uml-x86 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9aecaa6a8a43965821fbc4373240ae338f7eaf14;p=~shefty%2Frdma-dev.git um: arch_hweight.h is needed only on uml-x86 Signed-off-by: Al Viro Signed-off-by: Richard Weinberger --- diff --git a/arch/um/include/asm/arch_hweight.h b/arch/um/include/asm/arch_hweight.h deleted file mode 100644 index c656cf443f4..00000000000 --- a/arch/um/include/asm/arch_hweight.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_UM_HWEIGHT_H -#define _ASM_UM_HWEIGHT_H - -#include - -#endif diff --git a/arch/um/sys-x86/asm/arch_hweight.h b/arch/um/sys-x86/asm/arch_hweight.h new file mode 100644 index 00000000000..c656cf443f4 --- /dev/null +++ b/arch/um/sys-x86/asm/arch_hweight.h @@ -0,0 +1,6 @@ +#ifndef _ASM_UM_HWEIGHT_H +#define _ASM_UM_HWEIGHT_H + +#include + +#endif