projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcce13
)
video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driver
author
Uwe Kleine-Koenig
<
[email protected]
>
Wed, 11 Feb 2009 21:04:28 +0000
(13:04 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 11 Feb 2009 22:25:35 +0000
(14:25 -0800)
Signed-off-by: Uwe Kleine-Koenig <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/bfin-t350mcqb-fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/bfin-t350mcqb-fb.c
b/drivers/video/bfin-t350mcqb-fb.c
index 2a423d3a2a8eb8fe80436b6b2100fef8a39ad9f1..90cfddabf1f7618548275f99ec292f5f6573b8e6 100644
(file)
--- 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 __
dev
init bfin_t350mcqb_probe(struct platform_device *pdev)
{
struct bfin_t350mcqbfb_info *info;
struct fb_info *fbinfo;