提交 d6f80e3a 编写于 作者: U Uwe Kleine-König 提交者: Greg Ungerer

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: NUwe 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: NGreg Ungerer <gerg@uclinux.org>
上级 22763c5c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册