gpio: drop users of irq_set_chip_and_handler_name()
[deliverable/linux.git] / arch / arm / mach-ks8695 / include / mach / gpio.h
CommitLineData
8a87a996 1/*
a09e64fb 2 * arch/arm/mach-ks8695/include/mach/gpio.h
8a87a996
AV
3 *
4 * Copyright (C) 2006 Andrew Victor
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11#ifndef __ASM_ARCH_GPIO_H_
12#define __ASM_ARCH_GPIO_H_
13
8a87a996
AV
14/*
15 * Map IRQ number to GPIO line.
16 */
72880ad8 17extern int irq_to_gpio(unsigned int irq);
8a87a996 18
8a87a996 19#endif
This page took 0.633051 seconds and 5 git commands to generate.