mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driver
@ 2009-02-05  7:22 Bryan Wu
  0 siblings, 0 replies; only message in thread
From: Bryan Wu @ 2009-02-05  7:22 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, Uwe Kleine-Koenig, Mike Frysinger, Bryan Wu

From: Uwe Kleine-Koenig <ukleinek@strlen.de>

Signed-off-by: Uwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 drivers/video/bfin-t350mcqb-fb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/bfin-t350mcqb-fb.c b/drivers/video/bfin-t350mcqb-fb.c
index 2a423d3..90cfdda 100644
--- a/drivers/video/bfin-t350mcqb-fb.c
+++ b/drivers/video/bfin-t350mcqb-fb.c
@@ -447,7 +447,7 @@ static irqreturn_t bfin_t350mcqb_irq_error(int irq, void *dev_id)
 	return IRQ_HANDLED;
 }
 
-static int __init bfin_t350mcqb_probe(struct platform_device *pdev)
+static int __devinit bfin_t350mcqb_probe(struct platform_device *pdev)
 {
 	struct bfin_t350mcqbfb_info *info;
 	struct fb_info *fbinfo;
-- 
1.5.6.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-05  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-05  7:22 [PATCH] video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driver Bryan Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®