[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200612291226.46984.david-b@pacbell.net>
Date: Fri, 29 Dec 2006 12:26:46 -0800
From: David Brownell <david-b@...bell.net>
To: Dmitry Torokhov <dtor@...ightbb.com>
Cc: Imre Deak <imre.deak@...idboot.com>, linux-kernel@...r.kernel.org,
nicolas.ferre@....atmel.com, tony@...mide.com
Subject: Re: [patch 2.6.20-rc1 6/6] input: ads7846 directly senses PENUP state
On Thursday 28 December 2006 10:22 pm, Dmitry Torokhov wrote:
>
> I appied all patches except for hwmon as it had some issues with CONFIG_HWMON
> handling. Could you please take a look at the patch below and tell me if it
> works for you?
Looked OK, except:
> +#if defined(CONFIG_HWMON) || (defined(MODULE) && defined(CONFIG_HWMON_MODULE))
That idiom is more usually written
#if defined(CONFIG_HWMON) || defined(CONFIG_HWMON_MODULE)
Thanks! I'll be glad to see fewer versions of this driver floating around.
And to see the next version of the ads7843 patches ... :)
- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists