diff options
| author | Arce, Abraham <x0066660@ti.com> | 2010-05-13 16:05:02 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-14 05:00:38 -0400 |
| commit | 654087faf8ad0695d6b384465e3380a1d8de1cb2 (patch) | |
| tree | 2ad65f53c119b26262eb590f04ffe7387c358c9e | |
| parent | 110f42290f812aa578a03b39a3c3156f89b97ba0 (diff) | |
EEPROM: 93cx6: Header file cleanup
Change eeprom_93cx6.c header file to format as in conventions
Signed-off-by: Abraham Arce <x0066660@ti.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
| -rw-r--r-- | drivers/misc/eeprom/eeprom_93cx6.c | 39 |
1 files changed, 16 insertions, 23 deletions
diff --git a/drivers/misc/eeprom/eeprom_93cx6.c b/drivers/misc/eeprom/eeprom_93cx6.c index 15b1780025c8..7b33de95c4bf 100644 --- a/drivers/misc/eeprom/eeprom_93cx6.c +++ b/drivers/misc/eeprom/eeprom_93cx6.c | |||
| @@ -1,27 +1,20 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 2004 - 2006 rt2x00 SourceForge Project | 2 | * Copyright (C) 2004 - 2006 rt2x00 SourceForge Project |
| 3 | <http://rt2x00.serialmonkey.com> | 3 | * <http://rt2x00.serialmonkey.com> |
| 4 | 4 | * | |
| 5 | This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | the Free Software Foundation; either version 2 of the License, or | 7 | * the Free Software Foundation; either version 2 of the License, or |
| 8 | (at your option) any later version. | 8 | * (at your option) any later version. |
| 9 | 9 | * | |
| 10 | This program is distributed in the hope that it will be useful, | 10 | * This program is distributed in the hope that it will be useful, |
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
| 14 | 14 | * | |
| 15 | You should have received a copy of the GNU General Public License | 15 | * Module: eeprom_93cx6 |
| 16 | along with this program; if not, write to the | 16 | * Abstract: EEPROM reader routines for 93cx6 chipsets. |
| 17 | Free Software Foundation, Inc., | 17 | * Supported chipsets: 93c46 & 93c66. |
| 18 | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 19 | */ | ||
| 20 | |||
| 21 | /* | ||
| 22 | Module: eeprom_93cx6 | ||
| 23 | Abstract: EEPROM reader routines for 93cx6 chipsets. | ||
| 24 | Supported chipsets: 93c46 & 93c66. | ||
| 25 | */ | 18 | */ |
| 26 | 19 | ||
| 27 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
