diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-31 03:28:01 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 19:45:22 +0100 |
commit | 0a2691dade25dceb4b3982a7b4f749c708ac0b50 (patch) | |
tree | 23c215c1e01fc7a7e6a89744e3e0dfd55583cbf3 /drivers/gpio | |
parent | ARM: SAMSUNG: cleanup mach/regs-audss.h file (diff) | |
download | linux-0a2691dade25dceb4b3982a7b4f749c708ac0b50.tar.xz linux-0a2691dade25dceb4b3982a7b4f749c708ac0b50.zip |
ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h
remove <mach/gpio-fns.h>, <mach/gpio-track.h> and <plat/gpio-fns.h>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-samsung.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index 01f7fe955590..ba11d6e267c4 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c @@ -39,7 +39,6 @@ #include <plat/gpio-core.h> #include <plat/gpio-cfg.h> #include <plat/gpio-cfg-helpers.h> -#include <plat/gpio-fns.h> #include <plat/pm.h> int samsung_gpio_setpull_updown(struct samsung_gpio_chip *chip, |