From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH 03/16] hwmon: Static function fixes, 3 of 4
Date: Wed, 26 Oct 2005 21:06:37 +0000 [thread overview]
Message-ID: <20051026210725.577b12ec.khali@linux-fr.org> (raw)
From: Ben Dooks <ben-linux@fluff.org>
Content-Disposition: inline; filename=static-03-hwmon-other.patch
Fixup functions that have been declared static
and then actually defined without the static on.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
drivers/hwmon/adm1026.c | 18 +++++++++---------
drivers/hwmon/ds1621.c | 4 ++--
drivers/hwmon/fscpos.c | 2 +-
drivers/hwmon/it87.c | 2 +-
drivers/hwmon/lm80.c | 2 +-
5 files changed, 14 insertions(+), 14 deletions(-)
--- linux-2.6.14-rc4.orig/drivers/hwmon/adm1026.c 2005-10-18 22:49:10.000000000 +0200
+++ linux-2.6.14-rc4/drivers/hwmon/adm1026.c 2005-10-18 23:02:13.000000000 +0200
@@ -315,7 +315,7 @@
.detach_client = adm1026_detach_client,
};
-int adm1026_attach_adapter(struct i2c_adapter *adapter)
+static int adm1026_attach_adapter(struct i2c_adapter *adapter)
{
if (!(adapter->class & I2C_CLASS_HWMON)) {
return 0;
@@ -323,7 +323,7 @@
return i2c_probe(adapter, &addr_data, adm1026_detect);
}
-int adm1026_detach_client(struct i2c_client *client)
+static int adm1026_detach_client(struct i2c_client *client)
{
struct adm1026_data *data = i2c_get_clientdata(client);
hwmon_device_unregister(data->class_dev);
@@ -332,7 +332,7 @@
return 0;
}
-int adm1026_read_value(struct i2c_client *client, u8 reg)
+static int adm1026_read_value(struct i2c_client *client, u8 reg)
{
int res;
@@ -346,7 +346,7 @@
return res;
}
-int adm1026_write_value(struct i2c_client *client, u8 reg, int value)
+static int adm1026_write_value(struct i2c_client *client, u8 reg, int value)
{
int res;
@@ -360,7 +360,7 @@
return res;
}
-void adm1026_init_client(struct i2c_client *client)
+static void adm1026_init_client(struct i2c_client *client)
{
int value, i;
struct adm1026_data *data = i2c_get_clientdata(client);
@@ -460,7 +460,7 @@
}
}
-void adm1026_print_gpio(struct i2c_client *client)
+static void adm1026_print_gpio(struct i2c_client *client)
{
struct adm1026_data *data = i2c_get_clientdata(client);
int i;
@@ -492,7 +492,7 @@
}
}
-void adm1026_fixup_gpio(struct i2c_client *client)
+static void adm1026_fixup_gpio(struct i2c_client *client)
{
struct adm1026_data *data = i2c_get_clientdata(client);
int i;
@@ -1452,8 +1452,8 @@
static DEVICE_ATTR(temp2_auto_point2_pwm, S_IRUGO, show_auto_pwm_max, NULL);
static DEVICE_ATTR(temp3_auto_point2_pwm, S_IRUGO, show_auto_pwm_max, NULL);
-int adm1026_detect(struct i2c_adapter *adapter, int address,
- int kind)
+static int adm1026_detect(struct i2c_adapter *adapter, int address,
+ int kind)
{
int company, verstep;
struct i2c_client *new_client;
--- linux-2.6.14-rc4.orig/drivers/hwmon/ds1621.c 2005-10-18 22:49:10.000000000 +0200
+++ linux-2.6.14-rc4/drivers/hwmon/ds1621.c 2005-10-18 23:02:13.000000000 +0200
@@ -186,8 +186,8 @@
}
/* This function is called by i2c_probe */
-int ds1621_detect(struct i2c_adapter *adapter, int address,
- int kind)
+static int ds1621_detect(struct i2c_adapter *adapter, int address,
+ int kind)
{
int conf, temp;
struct i2c_client *new_client;
--- linux-2.6.14-rc4.orig/drivers/hwmon/fscpos.c 2005-10-18 22:49:10.000000000 +0200
+++ linux-2.6.14-rc4/drivers/hwmon/fscpos.c 2005-10-18 23:02:13.000000000 +0200
@@ -438,7 +438,7 @@
return i2c_probe(adapter, &addr_data, fscpos_detect);
}
-int fscpos_detect(struct i2c_adapter *adapter, int address, int kind)
+static int fscpos_detect(struct i2c_adapter *adapter, int address, int kind)
{
struct i2c_client *new_client;
struct fscpos_data *data;
--- linux-2.6.14-rc4.orig/drivers/hwmon/it87.c 2005-10-18 22:49:10.000000000 +0200
+++ linux-2.6.14-rc4/drivers/hwmon/it87.c 2005-10-18 23:02:13.000000000 +0200
@@ -738,7 +738,7 @@
}
/* This function is called by i2c_probe */
-int it87_detect(struct i2c_adapter *adapter, int address, int kind)
+static int it87_detect(struct i2c_adapter *adapter, int address, int kind)
{
int i;
struct i2c_client *new_client;
--- linux-2.6.14-rc4.orig/drivers/hwmon/lm80.c 2005-10-18 22:49:10.000000000 +0200
+++ linux-2.6.14-rc4/drivers/hwmon/lm80.c 2005-10-18 23:02:13.000000000 +0200
@@ -393,7 +393,7 @@
return i2c_probe(adapter, &addr_data, lm80_detect);
}
-int lm80_detect(struct i2c_adapter *adapter, int address, int kind)
+static int lm80_detect(struct i2c_adapter *adapter, int address, int kind)
{
int i, cur;
struct i2c_client *new_client;
--
Jean Delvare
reply other threads:[~2005-10-26 21:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051026210725.577b12ec.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.