Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347753
b: refs/heads/master
c: d5fd5da
h: refs/heads/master
i:
  347751: e880c72
v: v3
  • Loading branch information
Axel Lin authored and Kukjin Kim committed Dec 19, 2012
1 parent 25f2243 commit 3c983ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88f2324fa99de208096425b8290186b9ab434612
refs/heads/master: d5fd5da290cef159be1295c162b4c71b8c1971a2
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-exynos5440.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct exynos5440_pinctrl_priv_data {
};

/* list of all possible config options supported */
struct pin_config {
static struct pin_config {
char *prop_cfg;
unsigned int cfg_type;
} pcfgs[] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define FSUFFIX_LEN sizeof(FUNCTION_SUFFIX)

/* list of all possible config options supported */
struct pin_config {
static struct pin_config {
char *prop_cfg;
unsigned int cfg_type;
} pcfgs[] = {
Expand Down

0 comments on commit 3c983ab

Please sign in to comment.