diff options
| author | Adrian Bunk <bunk@fs.tum.de> | 2003-07-16 20:43:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-16 20:43:53 -0700 |
| commit | 117b5e29ed84e3236201485007e8fc40b8153edb (patch) | |
| tree | b661b22d4ee2603b86fabe99cb56e6f0bd22be2e /include/linux/ide.h | |
| parent | 2bb4f1b2e1fe3c4b50fd44f3c49415b8a8bd1a8c (diff) | |
[PATCH] remove all #include <blk.h>'s
This causes blk.h to print a warning and removes all uses of blk.h.
I've tested the compilation in 2.6.0-test1 with a .config that tries to
compile as many drivers as possible.
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 14cc454105d2..dc52128b38ff 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1288,12 +1288,6 @@ extern ide_devices_t *idescsi; #endif extern int noautodma; -/* - * We need blk.h, but we replace its end_request by our own version. - */ -#define IDE_DRIVER /* Toggle some magic bits in blk.h */ -#include <linux/blk.h> - extern int ide_end_request (ide_drive_t *drive, int uptodate, int nrsecs); /* |
