From: Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
To: Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: Vitaly Wool <vitalywool-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Kevin Wells <kevin.wells-3arQi8VN3Tc@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
Date: Fri, 20 Nov 2009 14:21:29 +0000 [thread overview]
Message-ID: <20091120142128.GE4808@trinity.fluff.org> (raw)
In-Reply-To: <f639bcd4278415ccf72dbc3b602670ac4dab040d.1258725164.git.rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote:
> ... caused by a missing include.
hi, thought this was fixed by the last fix set I sent which went in post
2.6.32-rc8.
> Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
> ---
> drivers/i2c/busses/i2c-pnx.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c
> index 6ff6c20..3ae5647 100644
> --- a/drivers/i2c/busses/i2c-pnx.c
> +++ b/drivers/i2c/busses/i2c-pnx.c
> @@ -22,6 +22,7 @@
> #include <mach/hardware.h>
> #include <asm/irq.h>
> #include <asm/uaccess.h>
> +#include <mach/i2c.h>
>
> #define I2C_PNX_TIMEOUT 10 /* msec */
> #define I2C_PNX_SPEED_KHZ 100
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
WARNING: multiple messages have this Message-ID (diff)
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
Date: Fri, 20 Nov 2009 14:21:29 +0000 [thread overview]
Message-ID: <20091120142128.GE4808@trinity.fluff.org> (raw)
In-Reply-To: <f639bcd4278415ccf72dbc3b602670ac4dab040d.1258725164.git.rmk+kernel@arm.linux.org.uk>
On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote:
> ... caused by a missing include.
hi, thought this was fixed by the last fix set I sent which went in post
2.6.32-rc8.
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
> drivers/i2c/busses/i2c-pnx.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c
> index 6ff6c20..3ae5647 100644
> --- a/drivers/i2c/busses/i2c-pnx.c
> +++ b/drivers/i2c/busses/i2c-pnx.c
> @@ -22,6 +22,7 @@
> #include <mach/hardware.h>
> #include <asm/irq.h>
> #include <asm/uaccess.h>
> +#include <mach/i2c.h>
>
> #define I2C_PNX_TIMEOUT 10 /* msec */
> #define I2C_PNX_SPEED_KHZ 100
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next prev parent reply other threads:[~2009-11-20 14:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-20 13:59 [PATCH 0/2] PNX fixes Russell King - ARM Linux
2009-11-20 13:59 ` Russell King - ARM Linux
[not found] ` <20091120135932.GA16920-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2009-11-20 11:03 ` [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors Russell King - ARM Linux
2009-11-20 11:03 ` Russell King - ARM Linux
[not found] ` <f639bcd4278415ccf72dbc3b602670ac4dab040d.1258725164.git.rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
2009-11-20 14:21 ` Ben Dooks [this message]
2009-11-20 14:21 ` Ben Dooks
[not found] ` <20091120142128.GE4808-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2009-11-20 14:24 ` Russell King - ARM Linux
2009-11-20 14:24 ` Russell King - ARM Linux
2009-11-20 13:07 ` [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name Russell King - ARM Linux
2009-11-20 14:09 ` Wim Van Sebroeck
2009-11-20 14:11 ` Russell King - ARM Linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091120142128.GE4808@trinity.fluff.org \
--to=ben-linux-elnmno+kys3ytjvyw6ydsg@public.gmane.org \
--cc=kevin.wells-3arQi8VN3Tc@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=vitalywool-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.