* [PATCH] SERIO: Fix modpost warning.
@ 2007-08-13 12:05 Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-08-13 12:05 UTC (permalink / raw)
To: Andrew Morton, dtor, linux-input, linux-kernel
i8042_unregister_ports's only caller i8042_remove is a __devexit function
so make it __devexit too.
Ralf
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index 3888dc3..ed286aa 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -1038,7 +1038,7 @@ static void __devinit i8042_register_ports(void)
}
}
-static void __devinit i8042_unregister_ports(void)
+static void __devexit i8042_unregister_ports(void)
{
int i;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] SERIO: Fix modpost warning.
@ 2007-08-13 12:07 Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-08-13 12:07 UTC (permalink / raw)
To: Andrew Morton, dtor, linux-input, linux-kernel
i8042_unregister_ports's only caller i8042_remove is a __devexit function
so make it __devexit too.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index 3888dc3..ed286aa 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -1038,7 +1038,7 @@ static void __devinit i8042_register_ports(void)
}
}
-static void __devinit i8042_unregister_ports(void)
+static void __devexit i8042_unregister_ports(void)
{
int i;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-13 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 12:05 [PATCH] SERIO: Fix modpost warning Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2007-08-13 12:07 Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).