Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752594Ab1FMM0w (ORCPT ); Mon, 13 Jun 2011 08:26:52 -0400 Received: from mga02.intel.com ([134.134.136.20]:21640 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752141Ab1FMM0u convert rfc822-to-8bit (ORCPT ); Mon, 13 Jun 2011 08:26:50 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,358,1304319600"; d="scan'208";a="13799688" From: "Winkler, Tomas" To: Kirill Smelkov , Greg Kroah-Hartman CC: Mike Thomas , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Date: Mon, 13 Jun 2011 15:26:39 +0300 Subject: RE: [PATCH 4/5] staging/easycap: PAGE_SIZE is always defined Thread-Topic: [PATCH 4/5] staging/easycap: PAGE_SIZE is always defined Thread-Index: AcwpxDF+XcnHYGcRTKOctXL8URx8RAAAOoWg Message-ID: <6F5C1D715B2DA5498A628E6B9C124F0401AD3191D1@hasmsx504.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1882 Lines: 53 > -----Original Message----- > From: Kirill Smelkov [mailto:kirr@mns.spb.ru] > Sent: Monday, June 13, 2011 3:19 PM > To: Greg Kroah-Hartman > Cc: Winkler, Tomas; Mike Thomas; devel@driverdev.osuosl.org; linux- > kernel@vger.kernel.org; Kirill Smelkov > Subject: [PATCH 4/5] 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: Tomas Winkler > Cc: Mike Thomas > Signed-off-by: Kirill Smelkov Acked-by: Tomas Winkler > --- > 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 --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -- 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/