V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpage
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Sat, 3 Jan 2009 21:20:04 +0000 (18:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Jan 2009 00:18:54 +0000 (22:18 -0200)
Not all architectures provide clear_user_page(), but clear_user_highpage()
is available everywhere at least via the compatibility inline function.

Is this the "trivial patch" that's required for these two drivers?

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found