aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/gpio.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-09-20 20:54:54 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 10:33:57 +0100
commit7f61a84076ce4a6fe83a381751e33972f2a91ddc (patch)
tree8336051e71bf57ef9fd44177b799281f5f33613c /arch/arm/mach-s3c2410/gpio.c
parent72d70d06d8e431f40fc2d41710615735c0a84aed (diff)
downloadkernel_samsung_smdk4412-7f61a84076ce4a6fe83a381751e33972f2a91ddc.zip
kernel_samsung_smdk4412-7f61a84076ce4a6fe83a381751e33972f2a91ddc.tar.gz
kernel_samsung_smdk4412-7f61a84076ce4a6fe83a381751e33972f2a91ddc.tar.bz2
[ARM] 3843/1: S3C24XX: Remove modfication lines from comments
Remove the redundant Modification lines from the top of the files in arch/arm/mach-s3c2410 Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/gpio.c')
-rw-r--r--arch/arm/mach-s3c2410/gpio.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/arm/mach-s3c2410/gpio.c b/arch/arm/mach-s3c2410/gpio.c
index cd39e86..db6393c 100644
--- a/arch/arm/mach-s3c2410/gpio.c
+++ b/arch/arm/mach-s3c2410/gpio.c
@@ -18,21 +18,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * Changelog
- * 13-Sep-2004 BJD Implemented change of MISCCR
- * 14-Sep-2004 BJD Added getpin call
- * 14-Sep-2004 BJD Fixed bug in setpin() call
- * 30-Sep-2004 BJD Fixed cfgpin() mask bug
- * 01-Oct-2004 BJD Added getcfg() to get pin configuration
- * 01-Oct-2004 BJD Fixed mask bug in pullup() call
- * 01-Oct-2004 BJD Added getirq() to turn pin into irqno
- * 04-Oct-2004 BJD Added irq filter controls for GPIO
- * 05-Nov-2004 BJD EXPORT_SYMBOL() added for all code
- * 13-Mar-2005 BJD Updates for __iomem
- * 26-Oct-2005 BJD Added generic configuration types
- * 15-Jan-2006 LCVR Added support for the S3C2400
- */
+*/
#include <linux/kernel.h>