From: Robert P. J. Day Date: Wed, 18 Jul 2007 11:33:08 +0000 (-0400) Subject: [IA64] Prevent people from directly including . X-Git-Tag: v2.6.23-rc1~198^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd807f9c5b90c236c3d173a5815d620bc1b1316d;p=profile%2Fivi%2Fkernel-x86-ivi.git [IA64] Prevent people from directly including . Signed-off-by: Robert P. J. Day Signed-off-by: Tony Luck --- diff --git a/include/asm-ia64/rwsem.h b/include/asm-ia64/rwsem.h index 2d1640c..8aba06a 100644 --- a/include/asm-ia64/rwsem.h +++ b/include/asm-ia64/rwsem.h @@ -21,6 +21,10 @@ #ifndef _ASM_IA64_RWSEM_H #define _ASM_IA64_RWSEM_H +#ifndef _LINUX_RWSEM_H +#error "Please don't include directly, use instead." +#endif + #include #include