mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
m68knommu: move mcf_remove to .devexit.text
The function mcf_remove is used only wrapped by __devexit_p so define it using __devexit. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Len Sorensen <lsorense@csclub.uwaterloo.ca> Cc: Greg Kroah-Hartman <gregkh@suse.de> Cc: Alan Cox <alan@linux.intel.com> Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
22763c5cf3
commit
d6f80e3a2a
@ -602,7 +602,7 @@ static int __devinit mcf_probe(struct platform_device *pdev)
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
static int mcf_remove(struct platform_device *pdev)
|
||||
static int __devexit mcf_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct uart_port *port;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user