From 60c814b266a541476abfad58a7e50e29860f32da Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 20 Jun 2012 14:14:05 +0530 Subject: [PATCH] --- yaml --- r: 311764 b: refs/heads/master c: f567fde24640cf6f2d6416196bfc8b3fefc8e433 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/gpio.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fcfdfab1ec8b..105cac96e271 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42b14cb037fefa33a2ff51c4d3915a49c71de3d5 +refs/heads/master: f567fde24640cf6f2d6416196bfc8b3fefc8e433 diff --git a/trunk/include/linux/gpio.h b/trunk/include/linux/gpio.h index f07fc2d08159..2e31e8b3a190 100644 --- a/trunk/include/linux/gpio.h +++ b/trunk/include/linux/gpio.h @@ -22,8 +22,8 @@ /* Gpio pin is open source */ #define GPIOF_OPEN_SOURCE (1 << 3) -#define GPIOF_EXPORT (1 << 2) -#define GPIOF_EXPORT_CHANGEABLE (1 << 3) +#define GPIOF_EXPORT (1 << 4) +#define GPIOF_EXPORT_CHANGEABLE (1 << 5) #define GPIOF_EXPORT_DIR_FIXED (GPIOF_EXPORT) #define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE)