diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-23 09:43:36 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-23 09:43:36 -0700 |
| commit | 257e2ce7256a7a5a93a79d65e1e64818f940c11a (patch) | |
| tree | 8ea92dedb64661f684038e0f928377e93a96d92e /kernel | |
| parent | f751e52a867c5092ebbb0d9f3402eb476df3135f (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.c | 2 |
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> /**************************************************/ |
