summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/generic.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2011-11-13 06:00:58 +0100
committerArnd Bergmann2011-11-29 16:46:12 +0100
commit619d4a4b40f44c1b45263a0e0c9598e3139a1fec (patch)
tree1cf30395b134a16812a18fb58e47f125920ad29d /arch/arm/mach-at91/generic.h
parentMerge branch 'drivers/macb-gem-cleanup' into at91/gpio (diff)
downloadkernel-qcow2-linux-619d4a4b40f44c1b45263a0e0c9598e3139a1fec.tar.gz
kernel-qcow2-linux-619d4a4b40f44c1b45263a0e0c9598e3139a1fec.tar.xz
kernel-qcow2-linux-619d4a4b40f44c1b45263a0e0c9598e3139a1fec.zip
ARM: at91: switch gpio clock to clkdev
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/generic.h')
-rw-r--r--arch/arm/mach-at91/generic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h
index bc1776406f42..40309588f360 100644
--- a/arch/arm/mach-at91/generic.h
+++ b/arch/arm/mach-at91/generic.h
@@ -70,7 +70,6 @@ extern void at91_ioremap_shdwc(u32 base_addr);
struct at91_gpio_bank {
unsigned short id; /* peripheral ID */
unsigned long regbase; /* offset from system peripheral base */
- struct clk *clock; /* associated clock */
};
extern void __init at91_gpio_init(struct at91_gpio_bank *, int nr_banks);
extern void __init at91_gpio_irq_setup(void);