include/asm-x86/proto.h: checkpatch cleanups - formatting only
[sfrench/cifs-2.6.git] / include / asm-x86 / shmparam.h
index 165627cc5345fda49089e4358507ebc764e8e6b9..0880cf0917b9ac3c1332d00700b96ebd3e7d012c 100644 (file)
@@ -1,13 +1,6 @@
-#ifdef __KERNEL__
-# ifdef CONFIG_X86_32
-#  include "shmparam_32.h"
-# else
-#  include "shmparam_64.h"
-# endif
-#else
-# ifdef __i386__
-#  include "shmparam_32.h"
-# else
-#  include "shmparam_64.h"
-# endif
-#endif
+#ifndef _ASM_X86_SHMPARAM_H
+#define _ASM_X86_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE        /* attach addr a multiple of this */
+
+#endif /* _ASM_X86_SHMPARAM_H */