summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-02-11 21:05:38 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2003-02-11 21:05:38 -0800
commit151ea8ec1b73b8fef7379cfa6d2c19b1304fd7cd (patch)
treef515c3402cb7d63ef7914132640251ac5919c0c8
parentf4a094d82ec4de16a94a6084a68408c0aa846c87 (diff)
[PATCH] fs/reiserfs/hashes.c warning fix
printk needs kernel.h
-rw-r--r--fs/reiserfs/hashes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/reiserfs/hashes.c b/fs/reiserfs/hashes.c
index 3d9473fc59e6..eee4084e9cbc 100644
--- a/fs/reiserfs/hashes.c
+++ b/fs/reiserfs/hashes.c
@@ -18,6 +18,7 @@
// r5_hash
//
+#include <linux/kernel.h>
#include <asm/types.h>
#include <asm/bug.h>