[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTi=VzruV3RYLTwKnC0bYtR7fSKzGehV=LLzoicXE@mail.gmail.com>
Date: Wed, 18 Aug 2010 15:21:35 -0400
From: Mike Frysinger <vapier.adi@...il.com>
To: David Howells <dhowells@...hat.com>
Cc: uclinux-dev@...inux.org, linux-kernel@...r.kernel.org
Subject: nommu vm_get_page_prot and framebuffer drivers in 2.6.36-rc1
the recent commit c07fbfd17e614a76b194f371c5331e21e6cffb54 added a
call to vm_get_page_prot() in drivers/video/fbmem.c. but this
function doesnt exist for nommu. so obviously we get:
ERROR: "vm_get_page_prot" [drivers/video/fb.ko] undefined!
looking a bit through mm/, i guess we should stub this out to 0 ?
#define vm_page_prot(x) 0
-mike
--
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