public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* gpio: ep93xx: remove unused inline function
@ 2011-08-08 23:18 H Hartley Sweeten
  2011-08-08 23:53 ` Ryan Mallon
  0 siblings, 1 reply; 5+ messages in thread
From: H Hartley Sweeten @ 2011-08-08 23:18 UTC (permalink / raw)
  To: Linux Kernel; +Cc: rmallon, grant.likely

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Grant Likely <grant.likely@secretlab.ca>

---

diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c
index 468b27d..e0ad8e0 100644
--- a/drivers/gpio/gpio-ep93xx.c
+++ b/drivers/gpio/gpio-ep93xx.c
@@ -62,11 +62,6 @@ static void ep93xx_gpio_update_int_params(unsigned port)
 		EP93XX_GPIO_REG(int_en_register_offset[port]));
 }
 
-static inline void ep93xx_gpio_int_mask(unsigned line)
-{
-	gpio_int_unmasked[line >> 3] &= ~(1 << (line & 7));
-}
-
 static void ep93xx_gpio_int_debounce(unsigned int irq, bool enable)
 {
 	int line = irq_to_gpio(irq);

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-09  3:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 23:18 gpio: ep93xx: remove unused inline function H Hartley Sweeten
2011-08-08 23:53 ` Ryan Mallon
2011-08-08 23:58   ` H Hartley Sweeten
2011-08-09  0:22   ` H Hartley Sweeten
2011-08-09  3:07     ` Ryan Mallon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox