Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db573b24 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

imacfb: remove reference to otherwise-unused, non-existent screen_info.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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 12429bf9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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",