From 0dd5bfe651abdb225c8b2d9fcdcd251c5a175e88 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 2 May 2008 00:52:20 -0300 Subject: backport commit 3c18ddd160d1fcd46d1131d9ad6c594dd8e9af99 From: Mauro Carvalho Chehab kernel-sync: Author: Nick Piggin Date: Mon Apr 28 02:12:10 2008 -0700 mm: remove nopage Nothing in the tree uses nopage any more. Remove support for it in the core mm code and documentation (and a few stray references to it in comments). Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/vino.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/vino.c b/linux/drivers/media/video/vino.c index ef7752aa8..bf15e2eb2 100644 --- a/linux/drivers/media/video/vino.c +++ b/linux/drivers/media/video/vino.c @@ -13,7 +13,7 @@ /* * TODO: * - remove "mark pages reserved-hacks" from memory allocation code - * and implement nopage() + * and implement fault() * - check decimation, calculating and reporting image size when * using decimation * - implement read(), user mode buffers and overlay (?) -- cgit v1.2.3