From 14ac468598c7a89fb671a0148421e1234a3f1429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=F8rgrav?= Date: Mon, 2 Jan 2006 15:57:06 +0100 Subject: [PATCH] --- yaml --- r: 15378 b: refs/heads/master c: abe842eb98c45e2b77c5868ef106616ca828a3e4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-i386/param.h | 3 +-- trunk/include/asm-x86_64/param.h | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8942df726017..91fe932ac92a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f12f4d90308a22396ac87f6c3a7b2620589614c3 +refs/heads/master: abe842eb98c45e2b77c5868ef106616ca828a3e4 diff --git a/trunk/include/asm-i386/param.h b/trunk/include/asm-i386/param.h index fa02e67ea86b..095580f3a45c 100644 --- a/trunk/include/asm-i386/param.h +++ b/trunk/include/asm-i386/param.h @@ -1,9 +1,8 @@ -#include - #ifndef _ASMi386_PARAM_H #define _ASMi386_PARAM_H #ifdef __KERNEL__ +# include # define HZ CONFIG_HZ /* Internal kernel timer frequency */ # define USER_HZ 100 /* .. some user interfaces are in "ticks" */ # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ diff --git a/trunk/include/asm-x86_64/param.h b/trunk/include/asm-x86_64/param.h index 40b11937180d..5956b23b57c2 100644 --- a/trunk/include/asm-x86_64/param.h +++ b/trunk/include/asm-x86_64/param.h @@ -1,9 +1,8 @@ -#include - #ifndef _ASMx86_64_PARAM_H #define _ASMx86_64_PARAM_H #ifdef __KERNEL__ +# include # define HZ CONFIG_HZ /* Internal kernel timer frequency */ # define USER_HZ 100 /* .. some user interfaces are in "ticks */ #define CLOCKS_PER_SEC (USER_HZ) /* like times() */