diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 23:50:44 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-25 09:24:20 +0900 |
commit | f9165132c5ee681235068857e4f86c7ecc5a4617 (patch) | |
tree | a37d172263a7f911a7621a751c173b9d6e2ebb83 /drivers/sh/pfc/gpio.c | |
parent | d4e62d0094e1b0f69946c3f16ce8ec882302a461 (diff) | |
download | op-kernel-dev-f9165132c5ee681235068857e4f86c7ecc5a4617.zip op-kernel-dev-f9165132c5ee681235068857e4f86c7ecc5a4617.tar.gz |
sh-pfc: Move private definitions and declarations to private header
Move all private structure definitions and function declarations from
include/linux/sh_pfc.h to drivers/sh/pfc/core.h.
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>
Diffstat (limited to 'drivers/sh/pfc/gpio.c')
-rw-r--r-- | drivers/sh/pfc/gpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sh/pfc/gpio.c b/drivers/sh/pfc/gpio.c index 7597a02..565b366 100644 --- a/drivers/sh/pfc/gpio.c +++ b/drivers/sh/pfc/gpio.c @@ -19,6 +19,8 @@ #include <linux/pinctrl/consumer.h> #include <linux/sh_pfc.h> +#include "core.h" + struct sh_pfc_chip { struct sh_pfc *pfc; struct gpio_chip gpio_chip; |