Commit 59204031 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Greg Kroah-Hartman

staging/easycap: PAGE_SIZE is always defined

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: default avatarKirill Smelkov <kirr@mns.spb.ru>
Acked-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent bad26926
......@@ -85,10 +85,6 @@
#include <linux/videodev2.h>
#include <linux/soundcard.h>
#ifndef PAGE_SIZE
#error "PAGE_SIZE not defined"
#endif /* PAGE_SIZE */
/*---------------------------------------------------------------------------*/
/* VENDOR, PRODUCT: Syntek Semiconductor Co., Ltd
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment