aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-04-12 15:37:01 -0400
committerGuenter Roeck <linux@roeck-us.net>2014-05-21 19:02:25 -0400
commit0968deb4c88e3b3bc589ab11e7ac1bb0a9a38654 (patch)
tree441cfc090bb7f9ac6e9dfa1ed2210770992c85d7
parent9f1513bd55de0a8b4cc8c01a98aa9fb1bacd55e7 (diff)
hwmon: (lm83) Drop FSF address
The FSF address changes over time, so drop it. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r--drivers/hwmon/lm83.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c
index be02155788c3..90cba322e840 100644
--- a/drivers/hwmon/lm83.c
+++ b/drivers/hwmon/lm83.c
@@ -25,10 +25,6 @@
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details. 27 * GNU General Public License for more details.
28 *
29 * You should have received a copy of the GNU General Public License
30 * along with this program; if not, write to the Free Software
31 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
32 */ 28 */
33 29
34#include <linux/module.h> 30#include <linux/module.h>