Messages in this thread Patch in this message |  | | Date | Sun, 1 Sep 2002 12:53:35 +0200 | From | Tomas Szepe <> | Subject | [PATCH] warnkill trivia 1/2 |
| |
2.4.20-pre5: Include a missing prototype.
diff -urN linux-2.4.20-pre5/fs/reiserfs/hashes.c linux-2.4.20-pre5.n/fs/reiserfs/hashes.c --- linux-2.4.20-pre5/fs/reiserfs/hashes.c 2002-09-01 12:48:09.000000000 +0200 +++ linux-2.4.20-pre5.n/fs/reiserfs/hashes.c 2002-09-01 12:03:00.000000000 +0200 @@ -18,6 +18,7 @@ // r5_hash // +#include <linux/kernel.h> /* for printk() as called by BUG() */ #include <asm/types.h> #include <asm/page.h> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |