aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/param.h')
-rw-r--r--include/asm-i386/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-i386/param.h b/include/asm-i386/param.h
index fa02e67ea86b..095580f3a45c 100644
--- a/include/asm-i386/param.h
+++ b/include/asm-i386/param.h
@@ -1,9 +1,8 @@
-#include <linux/config.h>
-
#ifndef _ASMi386_PARAM_H
#define _ASMi386_PARAM_H
#ifdef __KERNEL__
+# include <linux/config.h>
# 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() */