diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-06-22 10:40:07 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-06-27 18:58:31 -0700 |
commit | 4e6163e859cd572acb4bc2525e00714f6c1905c8 (patch) | |
tree | eb56fa5b5410ff74527b525a21946a6ac1237966 /drivers/hwmon | |
parent | b17ea1ca1da115050959d24353e58ccae8aacb58 (diff) | |
download | linux-4e6163e859cd572acb4bc2525e00714f6c1905c8.tar.bz2 |
hwmon: (tmp102) Drop FSF address
The FSF address can change, so drop it from the driver.
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/tmp102.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c index befd06b6f3a5..5bdf262e6a0e 100644 --- a/drivers/hwmon/tmp102.c +++ b/drivers/hwmon/tmp102.c @@ -11,10 +11,6 @@ * 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., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA */ #include <linux/module.h> |