From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752823AbZIAGzL (ORCPT ); Tue, 1 Sep 2009 02:55:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751781AbZIAGzK (ORCPT ); Tue, 1 Sep 2009 02:55:10 -0400 Received: from mga03.intel.com ([143.182.124.21]:1749 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbZIAGzJ (ORCPT ); Tue, 1 Sep 2009 02:55:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,271,1249282800"; d="scan'208";a="182669765" Subject: Re: [PATCH V5 0/2] Ambient Light Sensor support From: Zhang Rui To: Dmitry Torokhov Cc: Len Brown , linux-acpi , Linux Kernel Mailing List , Greg KH , Pavel Machek In-Reply-To: <1251787667.3483.197.camel@rzhang-dt> References: <1251706025.3483.159.camel@rzhang-dt> <20090901070129.F402D526EA5@mailhub.coreip.homeip.net> <1251787667.3483.197.camel@rzhang-dt> Content-Type: text/plain Date: Tue, 01 Sep 2009 14:53:02 +0800 Message-Id: <1251787982.3483.201.camel@rzhang-dt> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2009-09-01 at 14:47 +0800, Zhang Rui wrote: > On Tue, 2009-09-01 at 14:28 +0800, Dmitry Torokhov wrote: > > On Mon, Aug 31, 2009 at 01:04:35PM -0400, Len Brown wrote: > > > I put this in the acpi test tree, with the expectation > > > that it will have at least one minor revision update > > > before going upstream. > > > > > > thanks, > > > Len Brown, Intel Open Source Technology Center > > > > > > > Breaks build here... > > > that's weird. > I didn't encounter this problem in my test. > PREFIX is defined in include/acpi/acpi_bus.h, which has already been included in this driver. I got this after applying your patch, CC drivers/acpi/als.o drivers/acpi/als.c:46:1: warning: "PREFIX" redefined In file included from drivers/acpi/als.c:30: include/acpi/acpi_bus.h:33:1: warning: this is the location of the previous definition rui