diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-04-12 13:10:54 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-05-21 19:02:25 -0400 |
commit | b09489ecce58d4ac9362124a5a5590cb92c58c49 (patch) | |
tree | 606bc6f1ab7caf7b2ee1b135fc1f4af341ab1de4 | |
parent | 628c6d27c0f41657362262000d01861e8cb36c3a (diff) |
hwmon: (max1619) Drop FSF address
The FSF address may chance over time, so drop it.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/max1619.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hwmon/max1619.c b/drivers/hwmon/max1619.c index 0927902ceba3..9a8d7ca9b389 100644 --- a/drivers/hwmon/max1619.c +++ b/drivers/hwmon/max1619.c | |||
@@ -19,13 +19,8 @@ | |||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | * GNU General Public License for more details. | 21 | * GNU General Public License for more details. |
22 | * | ||
23 | * You should have received a copy of the GNU General Public License | ||
24 | * along with this program; if not, write to the Free Software | ||
25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
26 | */ | 22 | */ |
27 | 23 | ||
28 | |||
29 | #include <linux/module.h> | 24 | #include <linux/module.h> |
30 | #include <linux/init.h> | 25 | #include <linux/init.h> |
31 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |