diff options
author | Alexandre Bounine <alexandre.bounine@idt.com> | 2011-03-23 19:43:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-23 22:46:42 -0400 |
commit | 2f809985d2cbc78078b8da1cbed1f1ce1f4a0d5f (patch) | |
tree | 6ce67e43f25700ca08f84e4a87b74c0be0d7ee7f /include/linux/rio.h | |
parent | 388b78adc9899f0299128610f566051d0b1a57f6 (diff) |
rapidio: modify subsystem and driver initialization sequence
Subsystem initialization sequence modified to support presence of multiple
RapidIO controllers in the system. The new sequence is compatible with
initialization of PCI devices.
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Li Yang <leoli@freescale.com>
Cc: Thomas Moll <thomas.moll@sysgo.com>
Cc: Micha Nelissen <micha@neli.hopto.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r-- | include/linux/rio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index efed116efe9c..b6bcb1632749 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -395,7 +395,6 @@ union rio_pw_msg { | |||
395 | }; | 395 | }; |
396 | 396 | ||
397 | /* Architecture and hardware-specific functions */ | 397 | /* Architecture and hardware-specific functions */ |
398 | extern int rio_init_mports(void); | ||
399 | extern void rio_register_mport(struct rio_mport *); | 398 | extern void rio_register_mport(struct rio_mport *); |
400 | extern int rio_open_inb_mbox(struct rio_mport *, void *, int, int); | 399 | extern int rio_open_inb_mbox(struct rio_mport *, void *, int, int); |
401 | extern void rio_close_inb_mbox(struct rio_mport *, int); | 400 | extern void rio_close_inb_mbox(struct rio_mport *, int); |