mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
gpio: decouple the IOP GPIO driver from platform
This removes the only dependence between the IOP GPIO driver and the GENERIC_GPIO header in <mach/gpio.h> and its common implementation in the <asm/*> namespace by copying the one constant it is using into the driver file. Cc: Lennert Buytenhek <kernel@wantstofly.org> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Mikael Pettersson <mikpe@it.uu.se> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
afc3b79f5d
commit
f6ffa5ee03
@ -16,8 +16,8 @@
|
||||
#include <linux/errno.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/export.h>
|
||||
#include <asm/hardware/iop3xx.h>
|
||||
#include <mach/gpio.h>
|
||||
|
||||
#define IOP3XX_N_GPIOS 8
|
||||
|
||||
void gpio_line_config(int line, int direction)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user