Skip to content

Commit

Permalink
imacfb: remove reference to otherwise-unused, non-existent screen_inf…
Browse files Browse the repository at this point in the history
…o.imacpm_seg

Cc: Edgar Hucek <hostmaster@ed-soft.at>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Nov 29, 2007
1 parent 12429bf commit db573b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/video/imacfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,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",
Expand Down

0 comments on commit db573b2

Please sign in to comment.