diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-02 00:52:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-02 00:52:20 -0300 |
commit | 0dd5bfe651abdb225c8b2d9fcdcd251c5a175e88 (patch) | |
tree | 0880b222b01991d5f0082036fb18eb3f4e4957cc /linux/drivers/media/video | |
parent | d0fc2f157eabfa1ff264ef33ef9cb57108f79b8b (diff) | |
download | mediapointer-dvb-s2-0dd5bfe651abdb225c8b2d9fcdcd251c5a175e88.tar.gz mediapointer-dvb-s2-0dd5bfe651abdb225c8b2d9fcdcd251c5a175e88.tar.bz2 |
backport commit 3c18ddd160d1fcd46d1131d9ad6c594dd8e9af99
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Author: Nick Piggin <npiggin@suse.de>
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 <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/vino.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (?) |