staging/easycap: PAGE_SIZE is always defined
authorKirill Smelkov <kirr@mns.spb.ru>
Mon, 13 Jun 2011 12:18:31 +0000 (16:18 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 17:26:16 +0000 (10:26 -0700)
I'm not 100% sure, only 99.99% that PAGE_SIZE is always defined in
Linux. So there is no need to check for it.

Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found