* [RESEND PATCH] max3107: Fix gpiolib support
@ 2010-07-27 7:16 Alan Cox
2010-07-27 18:49 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2010-07-27 7:16 UTC (permalink / raw)
To: linux-kernel, linux-serial, greg
Because of the way gpiolib works we actually need to ifdef this in our
header file
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
drivers/serial/max3107.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/max3107.h b/drivers/serial/max3107.h
index 72b3041..7ab6323 100644
--- a/drivers/serial/max3107.h
+++ b/drivers/serial/max3107.h
@@ -368,8 +368,10 @@ struct max3107_port {
/* SPI device structure */
struct spi_device *spi;
+#if defined(CONFIG_GPIOLIB)
/* GPIO chip stucture */
struct gpio_chip chip;
+#endif
/* Workqueue that does all the magic */
struct workqueue_struct *workqueue;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] max3107: Fix gpiolib support
2010-07-27 7:16 [RESEND PATCH] max3107: Fix gpiolib support Alan Cox
@ 2010-07-27 18:49 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2010-07-27 18:49 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel, linux-serial, greg
Alan Cox wrote:
> Because of the way gpiolib works we actually need to ifdef this in our
> header file
>
> Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Thanks.
> ---
>
> drivers/serial/max3107.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
>
> diff --git a/drivers/serial/max3107.h b/drivers/serial/max3107.h
> index 72b3041..7ab6323 100644
> --- a/drivers/serial/max3107.h
> +++ b/drivers/serial/max3107.h
> @@ -368,8 +368,10 @@ struct max3107_port {
> /* SPI device structure */
> struct spi_device *spi;
>
> +#if defined(CONFIG_GPIOLIB)
> /* GPIO chip stucture */
> struct gpio_chip chip;
> +#endif
>
> /* Workqueue that does all the magic */
> struct workqueue_struct *workqueue;
>
> --
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-27 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 7:16 [RESEND PATCH] max3107: Fix gpiolib support Alan Cox
2010-07-27 18:49 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox