diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-29 00:59:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 08:06:01 -0700 |
commit | 58b250daff6a24518813975143c8433d9d5b684f (patch) | |
tree | c4225b8f2ffb0c9329aae24d1015a37a67f9a4fd /include/linux/mca-legacy.h | |
parent | 3202e1811fd312f3f32ddc8f526aa2691b64ec55 (diff) | |
download | talos-op-linux-58b250daff6a24518813975143c8433d9d5b684f.tar.gz talos-op-linux-58b250daff6a24518813975143c8433d9d5b684f.zip |
remove mca_is_adapter_used()
Remove the no longer used mca_is_adapter_used().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mca-legacy.h')
-rw-r--r-- | include/linux/mca-legacy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mca-legacy.h b/include/linux/mca-legacy.h index f2bb770e530a..7a3aea845902 100644 --- a/include/linux/mca-legacy.h +++ b/include/linux/mca-legacy.h @@ -34,7 +34,6 @@ extern int mca_find_adapter(int id, int start); extern int mca_find_unused_adapter(int id, int start); -extern int mca_is_adapter_used(int slot); extern int mca_mark_as_used(int slot); extern void mca_mark_as_unused(int slot); |