diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-04-12 10:10:54 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-05-21 16:02:25 -0700 |
commit | b09489ecce58d4ac9362124a5a5590cb92c58c49 (patch) | |
tree | 606bc6f1ab7caf7b2ee1b135fc1f4af341ab1de4 /drivers/hwmon | |
parent | 628c6d27c0f41657362262000d01861e8cb36c3a (diff) | |
download | linux-b09489ecce58d4ac9362124a5a5590cb92c58c49.tar.bz2 |
hwmon: (max1619) Drop FSF address
The FSF address may chance over time, so drop it.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-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 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ - #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> |