Skip to content

Commit

Permalink
sh-pfc: Remove pinmux_info definition
Browse files Browse the repository at this point in the history
The pinmux_info alias to sh_pfc_soc_info isn't needed anymore, remove
it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Jan 25, 2013
1 parent e854547 commit b93911e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/sh_pfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ struct sh_pfc_soc_info {
unsigned long unlock_reg;
};

/* XXX compat for now */
#define pinmux_info sh_pfc_soc_info

enum { GPIO_CFG_DRYRUN, GPIO_CFG_REQ, GPIO_CFG_FREE };

/* helper macro for port */
Expand Down

0 comments on commit b93911e

Please sign in to comment.