Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
 *