rapidio: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Matt Porter <mporter@kernel.crashing.org> Acked-by: Alexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
e765a02cb6
commit
305c891e2a
@@ -1250,7 +1250,7 @@ static void rio_fixup_device(struct rio_dev *dev)
|
||||
{
|
||||
}
|
||||
|
||||
static int __devinit rio_init(void)
|
||||
static int rio_init(void)
|
||||
{
|
||||
struct rio_dev *dev = NULL;
|
||||
|
||||
@@ -1267,7 +1267,7 @@ struct rio_disc_work {
|
||||
struct rio_mport *mport;
|
||||
};
|
||||
|
||||
static void __devinit disc_work_handler(struct work_struct *_work)
|
||||
static void disc_work_handler(struct work_struct *_work)
|
||||
{
|
||||
struct rio_disc_work *work;
|
||||
|
||||
@@ -1277,7 +1277,7 @@ static void __devinit disc_work_handler(struct work_struct *_work)
|
||||
rio_disc_mport(work->mport);
|
||||
}
|
||||
|
||||
int __devinit rio_init_mports(void)
|
||||
int rio_init_mports(void)
|
||||
{
|
||||
struct rio_mport *port;
|
||||
struct rio_disc_work *work;
|
||||
|
Reference in New Issue
Block a user