aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Smelkov <[email protected]>2011-06-13 16:18:31 +0400
committerGreg Kroah-Hartman <[email protected]>2011-07-05 10:26:16 -0700
commit59204031dd85d35cada46f00a7ea33f3e51414c4 (patch)
treecf4e2c7a8d269bafc28e9745cd693bd20dd5b67e
parentbad269262cbe193f6abe701d1f564e1fa492d050 (diff)
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 <[email protected]> Signed-off-by: Kirill Smelkov <[email protected]> Acked-by: Tomas Winkler <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/easycap/easycap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h
index 1f94e2389efc..5d21620744fa 100644
--- a/drivers/staging/easycap/easycap.h
+++ b/drivers/staging/easycap/easycap.h
@@ -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
*