[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1233818527-6688-1-git-send-email-cooloney@kernel.org>
Date: Thu, 5 Feb 2009 15:22:07 +0800
From: Bryan Wu <cooloney@...nel.org>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
Uwe Kleine-Koenig <ukleinek@...len.de>,
Mike Frysinger <vapier.adi@...il.com>,
Bryan Wu <cooloney@...nel.org>
Subject: [PATCH] video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driver
From: Uwe Kleine-Koenig <ukleinek@...len.de>
Signed-off-by: Uwe Kleine-Koenig <ukleinek@...len.de>
Signed-off-by: Mike Frysinger <vapier.adi@...il.com>
Signed-off-by: Bryan Wu <cooloney@...nel.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
--
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