diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-29 01:02:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 08:06:24 -0700 |
commit | 0302190411c2ba79819303503999cc839d600704 (patch) | |
tree | f5a1f01ca8c95a9b1507822114d46974a296b6e8 /drivers/block/aoe/aoe.h | |
parent | 10521bd9f74be94b83cfcf639601ece1c8e4faad (diff) | |
download | linux-0302190411c2ba79819303503999cc839d600704.tar.gz linux-0302190411c2ba79819303503999cc839d600704.tar.bz2 linux-0302190411c2ba79819303503999cc839d600704.zip |
remove aoedev_isbusy()
Remove the no longer used aoedev_isbusy().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: "Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 280e71ee744c..5b4c6e649c11 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -195,7 +195,6 @@ void aoedev_exit(void); struct aoedev *aoedev_by_aoeaddr(int maj, int min); struct aoedev *aoedev_by_sysminor_m(ulong sysminor); void aoedev_downdev(struct aoedev *d); -int aoedev_isbusy(struct aoedev *d); int aoedev_flush(const char __user *str, size_t size); int aoenet_init(void); |