]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/hwmon/adt7460.c
spi: omap3_spi: add am43xx support to omap3_spi
[karo-tx-uboot.git] / drivers / hwmon / adt7460.c
index caef70aff5dc3fcb2ed571a9f18f1f4d3592db7a..fd05c177948215ec5fd36ddc34b310ef9a0b48e9 100644 (file)
@@ -2,18 +2,8 @@
  * (C) Copyright 2008
  * Ricado Ribalda-Universidad Autonoma de Madrid, ricardo.ribalda@uam.es
  * This work has been supported by: QTechnology  http://qtec.com/
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * 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, see <http://www.gnu.org/licenses/>.
-*/
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
 
 #include <common.h>
 #include <i2c.h>
@@ -50,7 +40,7 @@ int dtt_write(int sensor, int reg, int val)
        return 0;
 }
 
-int dtt_init(void)
+int dtt_init_one(int sensor)
 {
        printf("ADT7460 at I2C address 0x%2x\n", ADT7460_ADDRESS);