diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-06-20 09:29:14 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-06-20 09:29:14 -0400 |
commit | 9f65b2b60c42c1e2d885acede4443b53f141c987 (patch) | |
tree | 0d18a6e15aba6cea2290e3003e4c52bc09c771d7 /include/linux/sh_pfc.h | |
parent | b16b2a262c234d6abd8899d41769278337fff5b5 (diff) |
sh: pfc: Kill off unused pinmux bias flags.
WANT_PULLUP/DOWN were never interfaced with anything, so just kill them
off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/sh_pfc.h')
-rw-r--r-- | include/linux/sh_pfc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sh_pfc.h b/include/linux/sh_pfc.h index 95dad340794a..c06a47313a25 100644 --- a/include/linux/sh_pfc.h +++ b/include/linux/sh_pfc.h | |||
@@ -25,8 +25,6 @@ typedef unsigned short pinmux_flag_t; | |||
25 | #define PINMUX_TYPE_INPUT_PULLDOWN 6 | 25 | #define PINMUX_TYPE_INPUT_PULLDOWN 6 |
26 | 26 | ||
27 | #define PINMUX_FLAG_TYPE (0x7) | 27 | #define PINMUX_FLAG_TYPE (0x7) |
28 | #define PINMUX_FLAG_WANT_PULLUP (1 << 3) | ||
29 | #define PINMUX_FLAG_WANT_PULLDOWN (1 << 4) | ||
30 | 28 | ||
31 | #define PINMUX_FLAG_DBIT_SHIFT 5 | 29 | #define PINMUX_FLAG_DBIT_SHIFT 5 |
32 | #define PINMUX_FLAG_DBIT (0x1f << PINMUX_FLAG_DBIT_SHIFT) | 30 | #define PINMUX_FLAG_DBIT (0x1f << PINMUX_FLAG_DBIT_SHIFT) |