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)
commitc0cd5010e54e52931c321ee66d81d10a8e2a9ff6
treef21bfe54d568c84e6f807676a3f9227001f07adc
parent8cfc7f9c005313ecd4e98ad1feb391d8dfce9ed2
V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpage

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>
drivers/media/video/videobuf-dma-sg.c
drivers/staging/go7007/go7007-v4l2.c