projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16b2a2
)
sh: pfc: Kill off unused pinmux bias flags.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 20 Jun 2012 13:29:14 +0000
(22:29 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 20 Jun 2012 13:29:14 +0000
(22:29 +0900)
WANT_PULLUP/DOWN were never interfaced with anything, so just kill them
off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/sh_pfc.h
patch
|
blob
|
history
diff --git
a/include/linux/sh_pfc.h
b/include/linux/sh_pfc.h
index 95dad340794ab972b60efa025b52bbb90cc5e050..c06a47313a25ac4a27b81c6e727f19fa036a1914 100644
(file)
--- a/
include/linux/sh_pfc.h
+++ b/
include/linux/sh_pfc.h
@@
-25,8
+25,6
@@
typedef unsigned short pinmux_flag_t;
#define PINMUX_TYPE_INPUT_PULLDOWN 6
#define PINMUX_FLAG_TYPE (0x7)
-#define PINMUX_FLAG_WANT_PULLUP (1 << 3)
-#define PINMUX_FLAG_WANT_PULLDOWN (1 << 4)
#define PINMUX_FLAG_DBIT_SHIFT 5
#define PINMUX_FLAG_DBIT (0x1f << PINMUX_FLAG_DBIT_SHIFT)