lkml.org 
[lkml]   [2011]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] gpiolib: Provide a definition of struct gpio for the stub gpiolib
Date
This makes the stub gpio_request_array() much more usable as drivers can
declare struct gpio variables.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
include/linux/gpio.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/include/linux/gpio.h b/include/linux/gpio.h
index 17b5a0d..e885103 100644
--- a/include/linux/gpio.h
+++ b/include/linux/gpio.h
@@ -24,7 +24,6 @@
#include <linux/errno.h>

struct device;
-struct gpio;
struct gpio_chip;

/*
@@ -36,6 +35,12 @@ struct gpio_chip;
* warning when something is wrongly called.
*/

+struct gpio {
+ unsigned gpio;
+ unsigned long flags;
+ const char *label;
+};
+
static inline bool gpio_is_valid(int number)
{
return false;
--
1.7.6.3


\
 
 \ /
  Last update: 2011-10-24 13:29    [W:0.048 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site