Commit 6c931ae1 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

hwmon: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Alistair John Strachan <alistair@devzero.co.uk>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Juerg Haefliger <juergh@gmail.com>
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
Cc: Clemens Ladisch <clemens@ladisch.de>
Cc: Rudolf Marek <r.marek@assembler.cz>
Cc: Jim Cromie <jim.cromie@gmail.com>
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
Cc: Roger Lucas <vt8231@hiddenengine.co.uk>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9e5e9b7a
...@@ -478,7 +478,7 @@ static int abituguru_write(struct abituguru_data *data, ...@@ -478,7 +478,7 @@ static int abituguru_write(struct abituguru_data *data,
* alarm for sensor type X and then enabling the sensor as sensor type * alarm for sensor type X and then enabling the sensor as sensor type
* X, if we then get an alarm it is a sensor of type X. * X, if we then get an alarm it is a sensor of type X.
*/ */
static int __devinit static int
abituguru_detect_bank1_sensor_type(struct abituguru_data *data, abituguru_detect_bank1_sensor_type(struct abituguru_data *data,
u8 sensor_addr) u8 sensor_addr)
{ {
...@@ -635,7 +635,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data, ...@@ -635,7 +635,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data,
* read/write test would be feasible because of the reaction above, I've * read/write test would be feasible because of the reaction above, I've
* however opted to stay on the safe side. * however opted to stay on the safe side.
*/ */
static void __devinit static void
abituguru_detect_no_bank2_sensors(struct abituguru_data *data) abituguru_detect_no_bank2_sensors(struct abituguru_data *data)
{ {
int i; int i;
...@@ -691,7 +691,7 @@ abituguru_detect_no_bank2_sensors(struct abituguru_data *data) ...@@ -691,7 +691,7 @@ abituguru_detect_no_bank2_sensors(struct abituguru_data *data)
(int)data->bank2_sensors); (int)data->bank2_sensors);
} }
static void __devinit static void
abituguru_detect_no_pwms(struct abituguru_data *data) abituguru_detect_no_pwms(struct abituguru_data *data)
{ {
int i, j; int i, j;
...@@ -1264,7 +1264,7 @@ static struct sensor_device_attribute_2 abituguru_sysfs_attr[] = { ...@@ -1264,7 +1264,7 @@ static struct sensor_device_attribute_2 abituguru_sysfs_attr[] = {
SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0), SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
}; };
static int __devinit abituguru_probe(struct platform_device *pdev) static int abituguru_probe(struct platform_device *pdev)
{ {
struct abituguru_data *data; struct abituguru_data *data;
int i, j, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV; int i, j, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV;
......
...@@ -966,7 +966,7 @@ static struct sensor_device_attribute_2 abituguru3_sysfs_attr[] = { ...@@ -966,7 +966,7 @@ static struct sensor_device_attribute_2 abituguru3_sysfs_attr[] = {
SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0), SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
}; };
static int __devinit abituguru3_probe(struct platform_device *pdev) static int abituguru3_probe(struct platform_device *pdev)
{ {
const int no_sysfs_attr[3] = { 10, 8, 7 }; const int no_sysfs_attr[3] = { 10, 8, 7 };
int sensor_index[3] = { 0, 1, 1 }; int sensor_index[3] = { 0, 1, 1 };
......
...@@ -107,7 +107,7 @@ static const struct attribute_group ad7314_group = { ...@@ -107,7 +107,7 @@ static const struct attribute_group ad7314_group = {
.attrs = ad7314_attributes, .attrs = ad7314_attributes,
}; };
static int __devinit ad7314_probe(struct spi_device *spi_dev) static int ad7314_probe(struct spi_device *spi_dev)
{ {
int ret; int ret;
struct ad7314_data *chip; struct ad7314_data *chip;
......
...@@ -161,7 +161,7 @@ static struct sensor_device_attribute ad_input[] = { ...@@ -161,7 +161,7 @@ static struct sensor_device_attribute ad_input[] = {
/*----------------------------------------------------------------------*/ /*----------------------------------------------------------------------*/
static int __devinit adcxx_probe(struct spi_device *spi) static int adcxx_probe(struct spi_device *spi)
{ {
int channels = spi_get_device_id(spi)->driver_data; int channels = spi_get_device_id(spi)->driver_data;
struct adcxx *adc; struct adcxx *adc;
......
...@@ -173,7 +173,7 @@ static const struct attribute_group ads7871_group = { ...@@ -173,7 +173,7 @@ static const struct attribute_group ads7871_group = {
.attrs = ads7871_attributes, .attrs = ads7871_attributes,
}; };
static int __devinit ads7871_probe(struct spi_device *spi) static int ads7871_probe(struct spi_device *spi)
{ {
int ret, err; int ret, err;
uint8_t val; uint8_t val;
......
...@@ -276,7 +276,7 @@ static int adt7411_detect(struct i2c_client *client, ...@@ -276,7 +276,7 @@ static int adt7411_detect(struct i2c_client *client,
return 0; return 0;
} }
static int __devinit adt7411_probe(struct i2c_client *client, static int adt7411_probe(struct i2c_client *client,
const struct i2c_device_id *id) const struct i2c_device_id *id)
{ {
struct adt7411_data *data; struct adt7411_data *data;
......
...@@ -358,7 +358,7 @@ static int __cpuinit get_tjmax(struct cpuinfo_x86 *c, u32 id, ...@@ -358,7 +358,7 @@ static int __cpuinit get_tjmax(struct cpuinfo_x86 *c, u32 id,
return adjust_tjmax(c, id, dev); return adjust_tjmax(c, id, dev);
} }
static int __devinit create_name_attr(struct platform_data *pdata, static int create_name_attr(struct platform_data *pdata,
struct device *dev) struct device *dev)
{ {
sysfs_attr_init(&pdata->name_attr.attr); sysfs_attr_init(&pdata->name_attr.attr);
...@@ -553,7 +553,7 @@ static void coretemp_remove_core(struct platform_data *pdata, ...@@ -553,7 +553,7 @@ static void coretemp_remove_core(struct platform_data *pdata,
pdata->core_data[indx] = NULL; pdata->core_data[indx] = NULL;
} }
static int __devinit coretemp_probe(struct platform_device *pdev) static int coretemp_probe(struct platform_device *pdev)
{ {
struct platform_data *pdata; struct platform_data *pdata;
int err; int err;
......
...@@ -283,7 +283,7 @@ static struct attribute *da9052_attr[] = { ...@@ -283,7 +283,7 @@ static struct attribute *da9052_attr[] = {
static const struct attribute_group da9052_attr_group = {.attrs = da9052_attr}; static const struct attribute_group da9052_attr_group = {.attrs = da9052_attr};
static int __devinit da9052_hwmon_probe(struct platform_device *pdev) static int da9052_hwmon_probe(struct platform_device *pdev)
{ {
struct da9052_hwmon *hwmon; struct da9052_hwmon *hwmon;
int ret; int ret;
......
...@@ -2630,7 +2630,7 @@ static int __init dme1737_isa_device_add(unsigned short addr) ...@@ -2630,7 +2630,7 @@ static int __init dme1737_isa_device_add(unsigned short addr)
return err; return err;
} }
static int __devinit dme1737_isa_probe(struct platform_device *pdev) static int dme1737_isa_probe(struct platform_device *pdev)
{ {
u8 company, device; u8 company, device;
struct resource *res; struct resource *res;
......
...@@ -1343,7 +1343,7 @@ static struct attribute *f71805f_attr_pwm[] = { ...@@ -1343,7 +1343,7 @@ static struct attribute *f71805f_attr_pwm[] = {
* Device registration and initialization * Device registration and initialization
*/ */
static void __devinit f71805f_init_device(struct f71805f_data *data) static void f71805f_init_device(struct f71805f_data *data)
{ {
u8 reg; u8 reg;
int i; int i;
...@@ -1374,7 +1374,7 @@ static void __devinit f71805f_init_device(struct f71805f_data *data) ...@@ -1374,7 +1374,7 @@ static void __devinit f71805f_init_device(struct f71805f_data *data)
} }
} }
static int __devinit f71805f_probe(struct platform_device *pdev) static int f71805f_probe(struct platform_device *pdev)
{ {
struct f71805f_sio_data *sio_data = pdev->dev.platform_data; struct f71805f_sio_data *sio_data = pdev->dev.platform_data;
struct f71805f_data *data; struct f71805f_data *data;
......
...@@ -364,7 +364,7 @@ static ssize_t store_pwm_auto_point_temp(struct device *dev, ...@@ -364,7 +364,7 @@ static ssize_t store_pwm_auto_point_temp(struct device *dev,
static ssize_t show_name(struct device *dev, struct device_attribute *devattr, static ssize_t show_name(struct device *dev, struct device_attribute *devattr,
char *buf); char *buf);
static int __devinit f71882fg_probe(struct platform_device *pdev); static int f71882fg_probe(struct platform_device *pdev);
static int f71882fg_remove(struct platform_device *pdev); static int f71882fg_remove(struct platform_device *pdev);
static struct platform_driver f71882fg_driver = { static struct platform_driver f71882fg_driver = {
...@@ -2145,7 +2145,7 @@ static ssize_t show_name(struct device *dev, struct device_attribute *devattr, ...@@ -2145,7 +2145,7 @@ static ssize_t show_name(struct device *dev, struct device_attribute *devattr,
return sprintf(buf, "%s\n", f71882fg_names[data->type]); return sprintf(buf, "%s\n", f71882fg_names[data->type]);
} }
static int __devinit f71882fg_create_sysfs_files(struct platform_device *pdev, static int f71882fg_create_sysfs_files(struct platform_device *pdev,
struct sensor_device_attribute_2 *attr, int count) struct sensor_device_attribute_2 *attr, int count)
{ {
int err, i; int err, i;
...@@ -2167,7 +2167,7 @@ static void f71882fg_remove_sysfs_files(struct platform_device *pdev, ...@@ -2167,7 +2167,7 @@ static void f71882fg_remove_sysfs_files(struct platform_device *pdev,
device_remove_file(&pdev->dev, &attr[i].dev_attr); device_remove_file(&pdev->dev, &attr[i].dev_attr);
} }
static int __devinit f71882fg_create_fan_sysfs_files( static int f71882fg_create_fan_sysfs_files(
struct platform_device *pdev, int idx) struct platform_device *pdev, int idx)
{ {
struct f71882fg_data *data = platform_get_drvdata(pdev); struct f71882fg_data *data = platform_get_drvdata(pdev);
...@@ -2265,7 +2265,7 @@ static int __devinit f71882fg_create_fan_sysfs_files( ...@@ -2265,7 +2265,7 @@ static int __devinit f71882fg_create_fan_sysfs_files(
return err; return err;
} }
static int __devinit f71882fg_probe(struct platform_device *pdev) static int f71882fg_probe(struct platform_device *pdev)
{ {
struct f71882fg_data *data; struct f71882fg_data *data;
struct f71882fg_sio_data *sio_data = pdev->dev.platform_data; struct f71882fg_sio_data *sio_data = pdev->dev.platform_data;
......
...@@ -111,7 +111,7 @@ static const struct attribute_group fam15h_power_attr_group = { ...@@ -111,7 +111,7 @@ static const struct attribute_group fam15h_power_attr_group = {
.attrs = fam15h_power_attrs, .attrs = fam15h_power_attrs,
}; };
static bool __devinit fam15h_power_is_internal_node0(struct pci_dev *f4) static bool fam15h_power_is_internal_node0(struct pci_dev *f4)
{ {
u32 val; u32 val;
...@@ -168,7 +168,7 @@ static int fam15h_power_resume(struct pci_dev *pdev) ...@@ -168,7 +168,7 @@ static int fam15h_power_resume(struct pci_dev *pdev)
#define fam15h_power_resume NULL #define fam15h_power_resume NULL
#endif #endif
static void __devinit fam15h_power_init_data(struct pci_dev *f4, static void fam15h_power_init_data(struct pci_dev *f4,
struct fam15h_power_data *data) struct fam15h_power_data *data)
{ {
u32 val; u32 val;
...@@ -194,7 +194,7 @@ static void __devinit fam15h_power_init_data(struct pci_dev *f4, ...@@ -194,7 +194,7 @@ static void __devinit fam15h_power_init_data(struct pci_dev *f4,
data->processor_pwr_watts = (tmp * 15625) >> 10; data->processor_pwr_watts = (tmp * 15625) >> 10;
} }
static int __devinit fam15h_power_probe(struct pci_dev *pdev, static int fam15h_power_probe(struct pci_dev *pdev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
struct fam15h_power_data *data; struct fam15h_power_data *data;
......
...@@ -505,7 +505,7 @@ static struct of_device_id of_gpio_fan_match[] __devinitdata = { ...@@ -505,7 +505,7 @@ static struct of_device_id of_gpio_fan_match[] __devinitdata = {
}; };
#endif /* CONFIG_OF_GPIO */ #endif /* CONFIG_OF_GPIO */
static int __devinit gpio_fan_probe(struct platform_device *pdev) static int gpio_fan_probe(struct platform_device *pdev)
{ {
int err; int err;
struct gpio_fan_data *fan_data; struct gpio_fan_data *fan_data;
......
...@@ -220,7 +220,7 @@ static const struct attribute_group hih6130_attr_group = { ...@@ -220,7 +220,7 @@ static const struct attribute_group hih6130_attr_group = {
* device's name. * device's name.
* Returns 0 on success. * Returns 0 on success.
*/ */
static int __devinit hih6130_probe(struct i2c_client *client, static int hih6130_probe(struct i2c_client *client,
const struct i2c_device_id *id) const struct i2c_device_id *id)
{ {
struct hih6130 *hih6130; struct hih6130 *hih6130;
......
...@@ -260,7 +260,7 @@ static ssize_t show_label(struct device *dev, ...@@ -260,7 +260,7 @@ static ssize_t show_label(struct device *dev,
attr->index & DIMM_MASK); attr->index & DIMM_MASK);
} }
static int __devinit i5k_amb_hwmon_init(struct platform_device *pdev) static int i5k_amb_hwmon_init(struct platform_device *pdev)
{ {
int i, j, k, d = 0; int i, j, k, d = 0;
u16 c; u16 c;
...@@ -406,7 +406,7 @@ static int __devinit i5k_amb_hwmon_init(struct platform_device *pdev) ...@@ -406,7 +406,7 @@ static int __devinit i5k_amb_hwmon_init(struct platform_device *pdev)
return res; return res;
} }
static int __devinit i5k_amb_add(void) static int i5k_amb_add(void)
{ {
int res = -ENODEV; int res = -ENODEV;
...@@ -425,7 +425,7 @@ static int __devinit i5k_amb_add(void) ...@@ -425,7 +425,7 @@ static int __devinit i5k_amb_add(void)
return res; return res;
} }
static int __devinit i5k_find_amb_registers(struct i5k_amb_data *data, static int i5k_find_amb_registers(struct i5k_amb_data *data,
unsigned long devid) unsigned long devid)
{ {
struct pci_dev *pcidev; struct pci_dev *pcidev;
...@@ -459,7 +459,7 @@ static int __devinit i5k_find_amb_registers(struct i5k_amb_data *data, ...@@ -459,7 +459,7 @@ static int __devinit i5k_find_amb_registers(struct i5k_amb_data *data,
return res; return res;
} }
static int __devinit i5k_channel_probe(u16 *amb_present, unsigned long dev_id) static int i5k_channel_probe(u16 *amb_present, unsigned long dev_id)
{ {
struct pci_dev *pcidev; struct pci_dev *pcidev;
u16 val16; u16 val16;
...@@ -503,7 +503,7 @@ static struct pci_device_id i5k_amb_ids[] __devinitdata = { ...@@ -503,7 +503,7 @@ static struct pci_device_id i5k_amb_ids[] __devinitdata = {
MODULE_DEVICE_TABLE(pci, i5k_amb_ids); MODULE_DEVICE_TABLE(pci, i5k_amb_ids);
#endif #endif
static int __devinit i5k_amb_probe(struct platform_device *pdev) static int i5k_amb_probe(struct platform_device *pdev)
{ {
struct i5k_amb_data *data; struct i5k_amb_data *data;
struct resource *reso; struct resource *reso;
......
...@@ -1966,7 +1966,7 @@ static void it87_remove_files(struct device *dev) ...@@ -1966,7 +1966,7 @@ static void it87_remove_files(struct device *dev)
sysfs_remove_group(&dev->kobj, &it87_group_label); sysfs_remove_group(&dev->kobj, &it87_group_label);
} }
static int __devinit it87_probe(struct platform_device *pdev) static int it87_probe(struct platform_device *pdev)
{ {
struct it87_data *data; struct it87_data *data;
struct resource *res; struct resource *res;
...@@ -2191,7 +2191,7 @@ static void it87_write_value(struct it87_data *data, u8 reg, u8 value) ...@@ -2191,7 +2191,7 @@ static void it87_write_value(struct it87_data *data, u8 reg, u8 value)
} }
/* Return 1 if and only if the PWM interface is safe to use */ /* Return 1 if and only if the PWM interface is safe to use */
static int __devinit it87_check_pwm(struct device *dev) static int it87_check_pwm(struct device *dev)
{ {
struct it87_data *data = dev_get_drvdata(dev); struct it87_data *data = dev_get_drvdata(dev);
/* /*
...@@ -2248,7 +2248,7 @@ static int __devinit it87_check_pwm(struct device *dev) ...@@ -2248,7 +2248,7 @@ static int __devinit it87_check_pwm(struct device *dev)
} }
/* Called when we have found a new IT87. */ /* Called when we have found a new IT87. */
static void __devinit it87_init_device(struct platform_device *pdev) static void it87_init_device(struct platform_device *pdev)
{ {
struct it87_sio_data *sio_data = pdev->dev.platform_data; struct it87_sio_data *sio_data = pdev->dev.platform_data;
struct it87_data *data = platform_get_drvdata(pdev); struct it87_data *data = platform_get_drvdata(pdev);
......
...@@ -102,7 +102,7 @@ static const struct attribute_group jz4740_hwmon_attr_group = { ...@@ -102,7 +102,7 @@ static const struct attribute_group jz4740_hwmon_attr_group = {
.attrs = jz4740_hwmon_attributes, .attrs = jz4740_hwmon_attributes,
}; };
static int __devinit jz4740_hwmon_probe(struct platform_device *pdev) static int jz4740_hwmon_probe(struct platform_device *pdev)
{ {
int ret; int ret;
struct jz4740_hwmon *hwmon; struct jz4740_hwmon *hwmon;
......
...@@ -95,7 +95,7 @@ static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, show_temp_crit, NULL, 0); ...@@ -95,7 +95,7 @@ static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, show_temp_crit, NULL, 0);
static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, show_temp_crit, NULL, 1); static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, show_temp_crit, NULL, 1);
static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
static bool __devinit has_erratum_319(struct pci_dev *pdev) static bool has_erratum_319(struct pci_dev *pdev)
{ {
u32 pkg_type, reg_dram_cfg; u32 pkg_type, reg_dram_cfg;
...@@ -129,7 +129,7 @@ static bool __devinit has_erratum_319(struct pci_dev *pdev) ...@@ -129,7 +129,7 @@ static bool __devinit has_erratum_319(struct pci_dev *pdev)
(boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask <= 2); (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask <= 2);
} }
static int __devinit k10temp_probe(struct pci_dev *pdev, static int k10temp_probe(struct pci_dev *pdev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
struct device *hwmon_dev; struct device *hwmon_dev;
......
...@@ -142,7 +142,7 @@ static DEFINE_PCI_DEVICE_TABLE(k8temp_ids) = { ...@@ -142,7 +142,7 @@ static DEFINE_PCI_DEVICE_TABLE(k8temp_ids) = {
MODULE_DEVICE_TABLE(pci, k8temp_ids); MODULE_DEVICE_TABLE(pci, k8temp_ids);
static int __devinit is_rev_g_desktop(u8 model) static int is_rev_g_desktop(u8 model)
{ {
u32 brandidx; u32 brandidx;
...@@ -173,7 +173,7 @@ static int __devinit is_rev_g_desktop(u8 model) ...@@ -173,7 +173,7 @@ static int __devinit is_rev_g_desktop(u8 model)
return 1; return 1;
} }
static int __devinit k8temp_probe(struct pci_dev *pdev, static int k8temp_probe(struct pci_dev *pdev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
int err; int err;
......
...@@ -131,7 +131,7 @@ static DEVICE_ATTR(name, S_IRUGO, lm70_show_name, NULL); ...@@ -131,7 +131,7 @@ static DEVICE_ATTR(name, S_IRUGO, lm70_show_name, NULL);
/*----------------------------------------------------------------------*/ /*----------------------------------------------------------------------*/
static int __devinit lm70_probe(struct spi_device *spi) static int lm70_probe(struct spi_device *spi)
{ {
int chip = spi_get_device_id(spi)->driver_data; int chip = spi_get_device_id(spi)->driver_data;
struct lm70 *p_lm70; struct lm70 *p_lm70;
......
...@@ -833,7 +833,7 @@ static struct lm78_data *lm78_update_device(struct device *dev) ...@@ -833,7 +833,7 @@ static struct lm78_data *lm78_update_device(struct device *dev)
} }
#ifdef CONFIG_ISA #ifdef CONFIG_ISA
static int __devinit lm78_isa_probe(struct platform_device *pdev) static int lm78_isa_probe(struct platform_device *pdev)
{ {
int err; int err;
struct lm78_data *data; struct lm78_data *data;
......
...@@ -157,7 +157,7 @@ static const struct attribute_group max1110_attr_group = { ...@@ -157,7 +157,7 @@ static const struct attribute_group max1110_attr_group = {
.attrs = max1110_attributes, .attrs = max1110_attributes,
}; };
static int __devinit setup_transfer(struct max1111_data *data) static int setup_transfer(struct max1111_data *data)
{ {
struct spi_message *m; struct spi_message *m;
struct spi_transfer *x; struct spi_transfer *x;
...@@ -179,7 +179,7 @@ static int __devinit setup_transfer(struct max1111_data *data) ...@@ -179,7 +179,7 @@ static int __devinit setup_transfer(struct max1111_data *data)
return 0; return 0;
} }
static int __devinit max1111_probe(struct spi_device *spi) static int max1111_probe(struct spi_device *spi)
{ {
enum chips chip = spi_get_device_id(spi)->driver_data; enum chips chip = spi_get_device_id(spi)->driver_data;
struct max1111_data *data; struct max1111_data *data;
......
...@@ -257,7 +257,7 @@ static const struct attribute_group max197_sysfs_group = { ...@@ -257,7 +257,7 @@ static const struct attribute_group max197_sysfs_group = {
}, },
}; };
static int __devinit max197_probe(struct platform_device *pdev) static int max197_probe(struct platform_device *pdev)
{ {
int ch, ret; int ch, ret;
struct max197_data *data; struct max197_data *data;
......
...@@ -309,7 +309,7 @@ static const struct attribute_group ntc_attr_group = { ...@@ -309,7 +309,7 @@ static const struct attribute_group ntc_attr_group = {
.attrs = ntc_attributes, .attrs = ntc_attributes,
}; };
static int __devinit ntc_thermistor_probe(struct platform_device *pdev) static int ntc_thermistor_probe(struct platform_device *pdev)
{ {
struct ntc_data *data; struct ntc_data *data;
struct ntc_thermistor_platform_data *pdata = pdev->dev.platform_data; struct ntc_thermistor_platform_data *pdata = pdev->dev.platform_data;
......
...@@ -1221,7 +1221,7 @@ static void pc87360_remove_files(struct device *dev) ...@@ -1221,7 +1221,7 @@ static void pc87360_remove_files(struct device *dev)
sysfs_remove_group(&dev->kobj, &pc8736x_vin_group); sysfs_remove_group(&dev->kobj, &pc8736x_vin_group);
} }
static int __devinit pc87360_probe(struct platform_device *pdev) static int pc87360_probe(struct platform_device *pdev)
{ {
int i; int i;
struct pc87360_data *data; struct pc87360_data *data;
......
...@@ -956,7 +956,7 @@ static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); ...@@ -956,7 +956,7 @@ static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
* Device detection, attach and detach * Device detection, attach and detach
*/ */
static int __devinit pc87427_request_regions(struct platform_device *pdev, static int pc87427_request_regions(struct platform_device *pdev,
int count) int count)
{ {
struct resource *res; struct resource *res;
...@@ -980,7 +980,7 @@ static int __devinit pc87427_request_regions(struct platform_device *pdev, ...@@ -980,7 +980,7 @@ static int __devinit pc87427_request_regions(struct platform_device *pdev,
return 0; return 0;
} }
static void __devinit pc87427_init_device(struct device *dev) static void pc87427_init_device(struct device *dev)
{ {
struct pc87427_sio_data *sio_data = dev->platform_data; struct pc87427_sio_data *sio_data = dev->platform_data;
struct pc87427_data *data = dev_get_drvdata(dev); struct pc87427_data *data = dev_get_drvdata(dev);
...@@ -1072,7 +1072,7 @@ static void pc87427_remove_files(struct device *dev) ...@@ -1072,7 +1072,7 @@ static void pc87427_remove_files(struct device *dev)
} }
} }
static int __devinit pc87427_probe(struct platform_device *pdev) static int pc87427_probe(struct platform_device *pdev)
{ {
struct pc87427_sio_data *sio_data = pdev->dev.platform_data; struct pc87427_sio_data *sio_data = pdev->dev.platform_data;
struct pc87427_data *data; struct pc87427_data *data;
......
...@@ -275,7 +275,7 @@ static void s3c_hwmon_remove_attr(struct device *dev, ...@@ -275,7 +275,7 @@ static void s3c_hwmon_remove_attr(struct device *dev,
* s3c_hwmon_probe - device probe entry. * s3c_hwmon_probe - device probe entry.
* @dev: The device being probed. * @dev: The device being probed.
*/ */
static int __devinit s3c_hwmon_probe(struct platform_device *dev) static int s3c_hwmon_probe(struct platform_device *dev)
{ {
struct s3c_hwmon_pdata *pdata = dev->dev.platform_data; struct s3c_hwmon_pdata *pdata = dev->dev.platform_data;
struct s3c_hwmon *hwmon; struct s3c_hwmon *hwmon;
......
...@@ -153,7 +153,7 @@ static struct sch5627_data *sch5627_update_device(struct device *dev) ...@@ -153,7 +153,7 @@ static struct sch5627_data *sch5627_update_device(struct device *dev)
return ret; return ret;
} }
static int __devinit sch5627_read_limits(struct sch5627_data *data) static int sch5627_read_limits(struct sch5627_data *data)
{ {
int i, val; int i, val;
...@@ -465,7 +465,7 @@ static int sch5627_remove(struct platform_device *pdev) ...@@ -465,7 +465,7 @@ static int sch5627_remove(struct platform_device *pdev)
return 0; return 0;
} }
static int __devinit sch5627_probe(struct platform_device *pdev) static int sch5627_probe(struct platform_device *pdev)
{ {
struct sch5627_data *data; struct sch5627_data *data;
int err, build_code, build_id, hwmon_rev, val; int err, build_code, build_id, hwmon_rev, val;
......
...@@ -405,7 +405,7 @@ static int sch5636_remove(struct platform_device *pdev) ...@@ -405,7 +405,7 @@ static int sch5636_remove(struct platform_device *pdev)
return 0; return 0;
} }
static int __devinit sch5636_probe(struct platform_device *pdev) static int sch5636_probe(struct platform_device *pdev)
{ {
struct sch5636_data *data; struct sch5636_data *data;
int i, err, val, revision[2]; int i, err, val, revision[2];
......
...@@ -884,7 +884,7 @@ static int sht15_invalidate_voltage(struct notifier_block *nb, ...@@ -884,7 +884,7 @@ static int sht15_invalidate_voltage(struct notifier_block *nb,
return NOTIFY_OK; return NOTIFY_OK;
} }
static int __devinit sht15_probe(struct platform_device *pdev) static int sht15_probe(struct platform_device *pdev)
{ {
int ret; int ret;
struct sht15_data *data; struct sht15_data *data;
......
...@@ -187,7 +187,7 @@ static const struct attribute_group sht21_attr_group = { ...@@ -187,7 +187,7 @@ static const struct attribute_group sht21_attr_group = {
* device's name. * device's name.
* Returns 0 on success. * Returns 0 on success.
*/ */
static int __devinit sht21_probe(struct i2c_client *client, static int sht21_probe(struct i2c_client *client,
const struct i2c_device_id *id) const struct i2c_device_id *id)
{ {
struct sht21 *sht21; struct sht21 *sht21;
......
...@@ -583,7 +583,7 @@ static const struct attribute_group sis5595_group_temp1 = { ...@@ -583,7 +583,7 @@ static const struct attribute_group sis5595_group_temp1 = {
}; };
/* This is called when the module is loaded */ /* This is called when the module is loaded */
static int __devinit sis5595_probe(struct platform_device *pdev) static int sis5595_probe(struct platform_device *pdev)
{ {
int err = 0; int err = 0;
int i; int i;
...@@ -693,7 +693,7 @@ static void sis5595_write_value(struct sis5595_data *data, u8 reg, u8 value) ...@@ -693,7 +693,7 @@ static void sis5595_write_value(struct sis5595_data *data, u8 reg, u8 value)
} }
/* Called when we have found a new SIS5595. */ /* Called when we have found a new SIS5595. */
static void __devinit sis5595_init_device(struct sis5595_data *data) static void sis5595_init_device(struct sis5595_data *data)
{ {
u8 config = sis5595_read_value(data, SIS5595_REG_CONFIG); u8 config = sis5595_read_value(data, SIS5595_REG_CONFIG);
if (!(config & 0x01)) if (!(config & 0x01))
...@@ -774,7 +774,7 @@ static int blacklist[] __devinitdata = { ...@@ -774,7 +774,7 @@ static int blacklist[] __devinitdata = {
PCI_DEVICE_ID_SI_5598, PCI_DEVICE_ID_SI_5598,
0 }; 0 };
static int __devinit sis5595_device_add(unsigned short address) static int sis5595_device_add(unsigned short address)
{ {
struct resource res = { struct resource res = {
.start = address, .start = address,
...@@ -815,7 +815,7 @@ static int __devinit sis5595_device_add(unsigned short address) ...@@ -815,7 +815,7 @@ static int __devinit sis5595_device_add(unsigned short address)
return err; return err;
} }
static int __devinit sis5595_pci_probe(struct pci_dev *dev, static int sis5595_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
u16 address; u16 address;
......
...@@ -249,7 +249,7 @@ static struct platform_driver smsc47b397_driver = { ...@@ -249,7 +249,7 @@ static struct platform_driver smsc47b397_driver = {
.remove = smsc47b397_remove, .remove = smsc47b397_remove,
}; };
static int __devinit smsc47b397_probe(struct platform_device *pdev) static int smsc47b397_probe(struct platform_device *pdev)
{ {
struct device *dev = &pdev->dev; struct device *dev = &pdev->dev;
struct smsc47b397_data *data; struct smsc47b397_data *data;
......
...@@ -147,7 +147,7 @@ static const struct attribute_group tmp102_attr_group = { ...@@ -147,7 +147,7 @@ static const struct attribute_group tmp102_attr_group = {
#define TMP102_CONFIG (TMP102_CONF_TM | TMP102_CONF_EM | TMP102_CONF_CR1) #define TMP102_CONFIG (TMP102_CONF_TM | TMP102_CONF_EM | TMP102_CONF_CR1)
#define TMP102_CONFIG_RD_ONLY (TMP102_CONF_R0 | TMP102_CONF_R1 | TMP102_CONF_AL) #define TMP102_CONFIG_RD_ONLY (TMP102_CONF_R0 | TMP102_CONF_R1 | TMP102_CONF_AL)
static int __devinit tmp102_probe(struct i2c_client *client, static int tmp102_probe(struct i2c_client *client,
const struct i2c_device_id *id) const struct i2c_device_id *id)
{ {
struct tmp102 *tmp102; struct tmp102 *tmp102;
......
...@@ -96,7 +96,7 @@ static const struct attribute_group twl4030_madc_group = { ...@@ -96,7 +96,7 @@ static const struct attribute_group twl4030_madc_group = {
.attrs = twl4030_madc_attributes, .attrs = twl4030_madc_attributes,
}; };
static int __devinit twl4030_madc_hwmon_probe(struct platform_device *pdev) static int twl4030_madc_hwmon_probe(struct platform_device *pdev)
{ {
int ret; int ret;
struct device *hwmon; struct device *hwmon;
......
...@@ -250,7 +250,7 @@ static const struct attribute_group env_group = { ...@@ -250,7 +250,7 @@ static const struct attribute_group env_group = {
.attrs = env_attributes, .attrs = env_attributes,
}; };
static int __devinit env_probe(struct platform_device *op) static int env_probe(struct platform_device *op)
{ {
struct env *p = kzalloc(sizeof(*p), GFP_KERNEL); struct env *p = kzalloc(sizeof(*p), GFP_KERNEL);
int err = -ENOMEM; int err = -ENOMEM;
......
...@@ -121,7 +121,7 @@ static const struct attribute_group via_cputemp_group = { ...@@ -121,7 +121,7 @@ static const struct attribute_group via_cputemp_group = {
/* Optional attributes */ /* Optional attributes */
static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_cpu_vid, NULL); static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_cpu_vid, NULL);
static int __devinit via_cputemp_probe(struct platform_device *pdev) static int via_cputemp_probe(struct platform_device *pdev)
{ {
struct via_cputemp_data *data; struct via_cputemp_data *data;
struct cpuinfo_x86 *c = &cpu_data(pdev->id); struct cpuinfo_x86 *c = &cpu_data(pdev->id);
......
...@@ -682,7 +682,7 @@ static struct platform_driver via686a_driver = { ...@@ -682,7 +682,7 @@ static struct platform_driver via686a_driver = {
/* This is called when the module is loaded */ /* This is called when the module is loaded */
static int __devinit via686a_probe(struct platform_device *pdev) static int via686a_probe(struct platform_device *pdev)
{ {
struct via686a_data *data; struct via686a_data *data;
struct resource *res; struct resource *res;
...@@ -745,7 +745,7 @@ static void via686a_update_fan_div(struct via686a_data *data) ...@@ -745,7 +745,7 @@ static void via686a_update_fan_div(struct via686a_data *data)
data->fan_div[1] = reg >> 6; data->fan_div[1] = reg >> 6;
} }
static void __devinit via686a_init_device(struct via686a_data *data) static void via686a_init_device(struct via686a_data *data)
{ {
u8 reg; u8 reg;
...@@ -833,7 +833,7 @@ static DEFINE_PCI_DEVICE_TABLE(via686a_pci_ids) = { ...@@ -833,7 +833,7 @@ static DEFINE_PCI_DEVICE_TABLE(via686a_pci_ids) = {
}; };
MODULE_DEVICE_TABLE(pci, via686a_pci_ids); MODULE_DEVICE_TABLE(pci, via686a_pci_ids);
static int __devinit via686a_device_add(unsigned short address) static int via686a_device_add(unsigned short address)
{ {
struct resource res = { struct resource res = {
.start = address, .start = address,
...@@ -874,7 +874,7 @@ static int __devinit via686a_device_add(unsigned short address) ...@@ -874,7 +874,7 @@ static int __devinit via686a_device_add(unsigned short address)
return err; return err;
} }
static int __devinit via686a_pci_probe(struct pci_dev *dev, static int via686a_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
u16 address, val; u16 address, val;
......
...@@ -1086,7 +1086,7 @@ static struct device_attribute vt1211_sysfs_misc[] = { ...@@ -1086,7 +1086,7 @@ static struct device_attribute vt1211_sysfs_misc[] = {
* Device registration and initialization * Device registration and initialization
* --------------------------------------------------------------------- */ * --------------------------------------------------------------------- */
static void __devinit vt1211_init_device(struct vt1211_data *data) static void vt1211_init_device(struct vt1211_data *data)
{ {
/* set VRM */ /* set VRM */
data->vrm = vid_which_vrm(); data->vrm = vid_which_vrm();
...@@ -1141,7 +1141,7 @@ static void vt1211_remove_sysfs(struct platform_device *pdev) ...@@ -1141,7 +1141,7 @@ static void vt1211_remove_sysfs(struct platform_device *pdev)
device_remove_file(dev, &vt1211_sysfs_misc[i]); device_remove_file(dev, &vt1211_sysfs_misc[i]);
} }
static int __devinit vt1211_probe(struct platform_device *pdev) static int vt1211_probe(struct platform_device *pdev)
{ {
struct device *dev = &pdev->dev; struct device *dev = &pdev->dev;
struct vt1211_data *data; struct vt1211_data *data;
......
...@@ -772,7 +772,7 @@ static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = { ...@@ -772,7 +772,7 @@ static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = {
MODULE_DEVICE_TABLE(pci, vt8231_pci_ids); MODULE_DEVICE_TABLE(pci, vt8231_pci_ids);
static int __devinit vt8231_pci_probe(struct pci_dev *dev, static int vt8231_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id); const struct pci_device_id *id);
static struct pci_driver vt8231_pci_driver = { static struct pci_driver vt8231_pci_driver = {
...@@ -943,7 +943,7 @@ static struct vt8231_data *vt8231_update_device(struct device *dev) ...@@ -943,7 +943,7 @@ static struct vt8231_data *vt8231_update_device(struct device *dev)
return data; return data;
} }
static int __devinit vt8231_device_add(unsigned short address) static int vt8231_device_add(unsigned short address)
{ {
struct resource res = { struct resource res = {
.start = address, .start = address,
...@@ -984,7 +984,7 @@ static int __devinit vt8231_device_add(unsigned short address) ...@@ -984,7 +984,7 @@ static int __devinit vt8231_device_add(unsigned short address)
return err; return err;
} }
static int __devinit vt8231_pci_probe(struct pci_dev *dev, static int vt8231_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
u16 address, val; u16 address, val;
......
...@@ -1866,7 +1866,7 @@ static void w83627ehf_device_remove_files(struct device *dev) ...@@ -1866,7 +1866,7 @@ static void w83627ehf_device_remove_files(struct device *dev)
} }
/* Get the monitoring functions started */ /* Get the monitoring functions started */
static inline void __devinit w83627ehf_init_device(struct w83627ehf_data *data, static inline void w83627ehf_init_device(struct w83627ehf_data *data,
enum kinds kind) enum kinds kind)
{ {
int i; int i;
...@@ -1952,7 +1952,7 @@ static void w82627ehf_swap_tempreg(struct w83627ehf_data *data, ...@@ -1952,7 +1952,7 @@ static void w82627ehf_swap_tempreg(struct w83627ehf_data *data,
data->reg_temp_config[r2] = tmp; data->reg_temp_config[r2] = tmp;
} }
static void __devinit static void
w83627ehf_set_temp_reg_ehf(struct w83627ehf_data *data, int n_temp) w83627ehf_set_temp_reg_ehf(struct w83627ehf_data *data, int n_temp)
{ {
int i; int i;
...@@ -1965,7 +1965,7 @@ w83627ehf_set_temp_reg_ehf(struct w83627ehf_data *data, int n_temp) ...@@ -1965,7 +1965,7 @@ w83627ehf_set_temp_reg_ehf(struct w83627ehf_data *data, int n_temp)
} }
} }
static void __devinit static void
w83627ehf_check_fan_inputs(const struct w83627ehf_sio_data *sio_data, w83627ehf_check_fan_inputs(const struct w83627ehf_sio_data *sio_data,
struct w83627ehf_data *data) struct w83627ehf_data *data)
{ {
...@@ -2054,7 +2054,7 @@ w83627ehf_check_fan_inputs(const struct w83627ehf_sio_data *sio_data, ...@@ -2054,7 +2054,7 @@ w83627ehf_check_fan_inputs(const struct w83627ehf_sio_data *sio_data,
} }
} }
static int __devinit w83627ehf_probe(struct platform_device *pdev) static int w83627ehf_probe(struct platform_device *pdev)
{ {
struct device *dev = &pdev->dev; struct device *dev = &pdev->dev;
struct w83627ehf_sio_data *sio_data = dev->platform_data; struct w83627ehf_sio_data *sio_data = dev->platform_data;
......
...@@ -1342,7 +1342,7 @@ static const struct attribute_group w83627hf_group_opt = { ...@@ -1342,7 +1342,7 @@ static const struct attribute_group w83627hf_group_opt = {
.attrs = w83627hf_attributes_opt, .attrs = w83627hf_attributes_opt,
}; };
static int __devinit w83627hf_probe(struct platform_device *pdev) static int w83627hf_probe(struct platform_device *pdev)
{ {
struct device *dev = &pdev->dev; struct device *dev = &pdev->dev;
struct w83627hf_sio_data *sio_data = dev->platform_data; struct w83627hf_sio_data *sio_data = dev->platform_data;
...@@ -1564,7 +1564,7 @@ static int w83627hf_read_value(struct w83627hf_data *data, u16 reg) ...@@ -1564,7 +1564,7 @@ static int w83627hf_read_value(struct w83627hf_data *data, u16 reg)
return res; return res;
} }
static int __devinit w83627thf_read_gpio5(struct platform_device *pdev) static int w83627thf_read_gpio5(struct platform_device *pdev)
{ {
struct w83627hf_sio_data *sio_data = pdev->dev.platform_data; struct w83627hf_sio_data *sio_data = pdev->dev.platform_data;
int res = 0xff, sel; int res = 0xff, sel;
...@@ -1597,7 +1597,7 @@ static int __devinit w83627thf_read_gpio5(struct platform_device *pdev) ...@@ -1597,7 +1597,7 @@ static int __devinit w83627thf_read_gpio5(struct platform_device *pdev)
return res; return res;
} }
static int __devinit w83687thf_read_vid(struct platform_device *pdev) static int w83687thf_read_vid(struct platform_device *pdev)
{ {
struct w83627hf_sio_data *sio_data = pdev->dev.platform_data; struct w83627hf_sio_data *sio_data = pdev->dev.platform_data;
int res = 0xff; int res = 0xff;
...@@ -1649,7 +1649,7 @@ static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value) ...@@ -1649,7 +1649,7 @@ static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value)
return 0; return 0;
} }
static void __devinit w83627hf_init_device(struct platform_device *pdev) static void w83627hf_init_device(struct platform_device *pdev)
{ {
struct w83627hf_data *data = platform_get_drvdata(pdev); struct w83627hf_data *data = platform_get_drvdata(pdev);
int i; int i;
......
...@@ -1764,7 +1764,7 @@ w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) ...@@ -1764,7 +1764,7 @@ w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value)
return 0; return 0;
} }
static int __devinit static int
w83781d_isa_probe(struct platform_device *pdev) w83781d_isa_probe(struct platform_device *pdev)
{ {
int err, reg; int err, reg;
......
...@@ -157,7 +157,7 @@ static const struct attribute_group wm831x_attr_group = { ...@@ -157,7 +157,7 @@ static const struct attribute_group wm831x_attr_group = {
.attrs = wm831x_attributes, .attrs = wm831x_attributes,
}; };
static int __devinit wm831x_hwmon_probe(struct platform_device *pdev) static int wm831x_hwmon_probe(struct platform_device *pdev)
{ {
struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent); struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
struct wm831x_hwmon *hwmon; struct wm831x_hwmon *hwmon;
......
...@@ -91,7 +91,7 @@ static const struct attribute_group wm8350_attr_group = { ...@@ -91,7 +91,7 @@ static const struct attribute_group wm8350_attr_group = {
.attrs = wm8350_attributes, .attrs = wm8350_attributes,
}; };
static int __devinit wm8350_hwmon_probe(struct platform_device *pdev) static int wm8350_hwmon_probe(struct platform_device *pdev)
{ {
struct wm8350 *wm8350 = platform_get_drvdata(pdev); struct wm8350 *wm8350 = platform_get_drvdata(pdev);
int ret; int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment