aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-08-29 17:27:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-08-29 17:27:11 +0000
commit4f4a3e5e40cafd5558433bf1a26ef732692f7141 (patch)
tree7b8f5110d52f2b1f7bb7f709653787d9d1857328 /target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c
parent87fee191447d88b9bb397cb7ec210dfe38cb430d (diff)
downloadupstream-4f4a3e5e40cafd5558433bf1a26ef732692f7141.tar.gz
upstream-4f4a3e5e40cafd5558433bf1a26ef732692f7141.tar.bz2
upstream-4f4a3e5e40cafd5558433bf1a26ef732692f7141.zip
I have new e-mail address. Thanks to Kaloz ;)
SVN-Revision: 8538
Diffstat (limited to 'target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c')
-rwxr-xr-xtarget/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c b/target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c
index d10506ad98..b1a1f1ce9a 100755
--- a/target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c
+++ b/target/linux/adm5120-2.6/files/drivers/leds/leds-gpio.c
@@ -4,7 +4,7 @@
* Driver for LEDs connected to GPIO lines
*
* Copyright (C) 2007 OpenWrt.org
- * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu>
+ * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
*
* This file was derived from:
* /drivers/led/leds-s3c24xx.c
@@ -207,6 +207,6 @@ static void __exit gpio_led_exit(void)
module_init(gpio_led_init);
module_exit(gpio_led_exit);
-MODULE_AUTHOR("Gabor Juhos <juhosg@freemail.hu>");
+MODULE_AUTHOR("Gabor Juhos <juhosg at openwrt.org>");
MODULE_DESCRIPTION(DRV_DESC);
MODULE_LICENSE("GPL");