summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ep93xx.c
diff options
context:
space:
mode:
authorGrant Likely2011-06-05 02:38:28 +0200
committerGrant Likely2011-06-06 18:10:11 +0200
commitc103de240439dfee24ac50eb99c8be3a30d13323 (patch)
tree014eeda779510d7d3dfabd1183ce7f1a288d367b /drivers/gpio/gpio-ep93xx.c
parentMerge branch 'gpio/next-mx' into gpio/next (diff)
downloadkernel-qcow2-linux-c103de240439dfee24ac50eb99c8be3a30d13323.tar.gz
kernel-qcow2-linux-c103de240439dfee24ac50eb99c8be3a30d13323.tar.xz
kernel-qcow2-linux-c103de240439dfee24ac50eb99c8be3a30d13323.zip
gpio: reorganize drivers
Sort the gpio makefile and enforce the naming convention gpio-*.c for gpio drivers. v2: cleaned up filenames in Kconfig and comment blocks v3: fixup use of BASIC_MMIO to GENERIC_GPIO for mxc Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/gpio-ep93xx.c')
-rw-r--r--drivers/gpio/gpio-ep93xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c
index 415dce37b88c..c33c9a80e149 100644
--- a/drivers/gpio/gpio-ep93xx.c
+++ b/drivers/gpio/gpio-ep93xx.c
@@ -1,6 +1,4 @@
/*
- * linux/arch/arm/mach-ep93xx/gpio.c
- *
* Generic EP93xx GPIO handling
*
* Copyright (c) 2008 Ryan Mallon <ryan@bluewatersys.com>