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:
501b7c7
)
[PATCH] fix drivers/video/imacfb.c compilation
author
Ingo Molnar
<
[email protected]
>
Fri, 30 Jun 2006 08:55:27 +0000
(
01:55
-0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 30 Jun 2006 18:25:34 +0000
(11:25 -0700)
Fix build error on x86_64. There's nothing even remotely close to
imacmp_seg in the kernel, so I removed the whole line.
Signed-off-by: Ingo Molnar <
[email protected]
>
Cc: Edgar Hucek <
[email protected]
>
Cc: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/imacfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/imacfb.c
b/drivers/video/imacfb.c
index 7b1c168c834d6db07431d1cc89d158d31bcf0df2..cdbae173d69a4ef393eb7ecd84545204478503f8 100644
(file)
--- a/
drivers/video/imacfb.c
+++ b/
drivers/video/imacfb.c
@@
-207,10
+207,6
@@
static int __init imacfb_probe(struct platform_device *dev)
size_remap = size_total;
imacfb_fix.smem_len = size_remap;
-#ifndef __i386__
- screen_info.imacpm_seg = 0;
-#endif
-
if (!request_mem_region(imacfb_fix.smem_start, size_total, "imacfb")) {
printk(KERN_WARNING
"imacfb: cannot reserve video memory at 0x%lx\n",