Skip to content

Commit

Permalink
sh: pfc: Kill off unused pinmux bias flags.
Browse files Browse the repository at this point in the history
WANT_PULLUP/DOWN were never interfaced with anything, so just kill them
off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jun 20, 2012
1 parent b16b2a2 commit 9f65b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/sh_pfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f65b2b

Please sign in to comment.