[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1259096853-18909-30-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Tue, 24 Nov 2009 22:07:25 +0100
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org,
Arnaud Patard <arnaud.patard@...-net.org>,
Mike Wege <ext-mike.wege@...ia.com>,
Imre Deak <imre.deak@...idboot.com>,
Hiroshi DOYU <Hiroshi.DOYU@...ia.com>,
Imre Deak <imre.deak@...ia.com>,
linux-fbdev-devel@...ts.sourceforge.net, linux-omap@...r.kernel.org
Subject: [PATCH 30/38] move mipid_spi_remove to .devexit.text
The function mipid_spi_remove is used only wrapped by __devexit_p so
define it using __devexit.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: Arnaud Patard <arnaud.patard@...-net.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Mike Wege <ext-mike.wege@...ia.com>
Cc: Imre Deak <imre.deak@...idboot.com>
Cc: Hiroshi DOYU <Hiroshi.DOYU@...ia.com>
Cc: linux-kernel@...r.kernel.org
Cc: Imre Deak <imre.deak@...ia.com>
Cc: linux-fbdev-devel@...ts.sourceforge.net
Cc: linux-omap@...r.kernel.org
---
drivers/video/omap/lcd_mipid.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/omap/lcd_mipid.c b/drivers/video/omap/lcd_mipid.c
index 918ee89..24889ca 100644
--- a/drivers/video/omap/lcd_mipid.c
+++ b/drivers/video/omap/lcd_mipid.c
@@ -587,7 +587,7 @@ static int mipid_spi_probe(struct spi_device *spi)
return 0;
}
-static int mipid_spi_remove(struct spi_device *spi)
+static int __devexit mipid_spi_remove(struct spi_device *spi)
{
struct mipid_device *md = dev_get_drvdata(&spi->dev);
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists