summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-09-23 09:43:36 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-23 09:43:36 -0700
commit257e2ce7256a7a5a93a79d65e1e64818f940c11a (patch)
tree8ea92dedb64661f684038e0f928377e93a96d92e /kernel
parentf751e52a867c5092ebbb0d9f3402eb476df3135f (diff)
[PATCH] misc fixes
- modules need blk_rq_prep_restart() (Florian Schanda <ma1flfs@bath.ac.uk>) - Remove unneeded inclusions from configs.c (Randy Dunlap) - The agp_setup() ifdef was backwards (Stephen Hemminger <shemminger@osdl.org>) - makefiles.txt typo fix (Paolo Ornati <ornati@despammed.com>)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/configs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/configs.c b/kernel/configs.c
index 57f54451edbe..b0e1317563d9 100644
--- a/kernel/configs.c
+++ b/kernel/configs.c
@@ -29,8 +29,6 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/init.h>
-#include <linux/compile.h>
-#include <linux/version.h>
#include <asm/uaccess.h>
/**************************************************/