[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1218573588-25528-1-git-send-email-dbaryshkov@gmail.com>
Date: Wed, 13 Aug 2008 00:39:48 +0400
From: Dmitry Baryshkov <dbaryshkov@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Dmitry Baryshkov <dbaryshkov@...il.com>,
David Brownell <dbrownell@...rs.sourceforge.net>
Subject: [PATCH] Make gpiochip label const
Mark gpiochip label as a const char pointer.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@...il.com>
Cc: David Brownell <dbrownell@...rs.sourceforge.net>
---
include/asm-generic/gpio.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
index 6be061d..8ab874a 100644
--- a/include/asm-generic/gpio.h
+++ b/include/asm-generic/gpio.h
@@ -58,7 +58,7 @@ struct module;
* is calculated by subtracting @base from the gpio number.
*/
struct gpio_chip {
- char *label;
+ const char *label;
struct module *owner;
int (*direction_input)(struct gpio_chip *chip,
--
1.5.6.3
--
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