Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294096
b: refs/heads/master
c: 9a01be1
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij committed Mar 6, 2012
1 parent 85850e9 commit 15787e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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: 872acc322c74bb06b7ceb61fe93314e2da32362c
refs/heads/master: 9a01be1715b6a027765701ca09ba0401ff066fc5
2 changes: 1 addition & 1 deletion trunk/include/linux/pinctrl/consumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/err.h>
#include <linux/list.h>
#include <linux/seq_file.h>
#include "pinctrl.h"
#include "pinctrl-state.h"

/* This struct is private to the core and should be regarded as a cookie */
struct pinctrl;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/pinctrl/machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef __LINUX_PINCTRL_MACHINE_H
#define __LINUX_PINCTRL_MACHINE_H

#include "pinctrl.h"
#include "pinctrl-state.h"

enum pinctrl_map_type {
PIN_MAP_TYPE_INVALID,
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/linux/pinctrl/pinctrl-state.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Standard pin control state definitions
*/

#define PINCTRL_STATE_DEFAULT "default"
#define PINCTRL_STATE_IDLE "idle"
3 changes: 1 addition & 2 deletions trunk/include/linux/pinctrl/pinctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
#include <linux/radix-tree.h>
#include <linux/list.h>
#include <linux/seq_file.h>

#define PINCTRL_STATE_DEFAULT "default"
#include "pinctrl-state.h"

struct pinctrl_dev;
struct pinmux_ops;
Expand Down

0 comments on commit 15787e9

Please sign in to comment.