aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/abituguru3.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-07-29 16:57:01 +0200
committerMark M. Hoffman <mhoffman@lightlink.com>2007-07-30 21:11:21 -0400
commit4688902dab051eae24a57e4e549d119c332f7ab0 (patch)
tree174d3b4135fadfb68c00d0428aedcc038e226de5 /drivers/hwmon/abituguru3.c
parentf5744e3775171b8deb2164577d3861968e33f72e (diff)
downloadkernel_samsung_smdk4412-4688902dab051eae24a57e4e549d119c332f7ab0.zip
kernel_samsung_smdk4412-4688902dab051eae24a57e4e549d119c332f7ab0.tar.gz
kernel_samsung_smdk4412-4688902dab051eae24a57e4e549d119c332f7ab0.tar.bz2
hwmon: make abituguru3_read_increment_offset() static
abituguru3_read_increment_offset() can become static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/abituguru3.c')
-rw-r--r--drivers/hwmon/abituguru3.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
index a003d10..cdd8b6d 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -691,8 +691,9 @@ static int abituguru3_read(struct abituguru3_data *data, u8 bank, u8 offset,
/* Sensor settings are stored 1 byte per offset with the bytes
placed add consecutive offsets. */
-int abituguru3_read_increment_offset(struct abituguru3_data *data, u8 bank,
- u8 offset, u8 count, u8 *buf, int offset_count)
+static int abituguru3_read_increment_offset(struct abituguru3_data *data,
+ u8 bank, u8 offset, u8 count,
+ u8 *buf, int offset_count)
{
int i, x;