Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752672Ab1FMMTy (ORCPT ); Mon, 13 Jun 2011 08:19:54 -0400 Received: from mail.mnsspb.ru ([84.204.75.2]:41845 "EHLO mail.mnsspb.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752656Ab1FMMTt (ORCPT ); Mon, 13 Jun 2011 08:19:49 -0400 From: Kirill Smelkov To: Greg Kroah-Hartman Cc: Tomas Winkler , Mike Thomas , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Kirill Smelkov Subject: [PATCH 4/5] staging/easycap: PAGE_SIZE is always defined Date: Mon, 13 Jun 2011 16:18:31 +0400 Message-Id: X-Mailer: git-send-email 1.7.6.rc1 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 33 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: Tomas Winkler Cc: Mike Thomas Signed-off-by: Kirill Smelkov --- drivers/staging/easycap/easycap.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h index 1f94e23..5d21620 100644 --- a/drivers/staging/easycap/easycap.h +++ b/drivers/staging/easycap/easycap.h @@ -85,10 +85,6 @@ #include #include -#ifndef PAGE_SIZE -#error "PAGE_SIZE not defined" -#endif /* PAGE_SIZE */ - /*---------------------------------------------------------------------------*/ /* VENDOR, PRODUCT: Syntek Semiconductor Co., Ltd * -- 1.7.6.rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/