aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-08-06 22:41:04 +0200
committerJean Delvare <khali@mahadeva.delvare>2008-08-06 22:41:04 +0200
commit05a5e477687ac7a22c0791b3e899ed7d539f7b95 (patch)
treee1a1adefef78c75bc0241fc14ed7e77bfb4765a5 /drivers/hwmon
parenthwmon: (dme1737) Add support for the SMSC SCH5027 (diff)
downloadlinux-dev-05a5e477687ac7a22c0791b3e899ed7d539f7b95.tar.xz
linux-dev-05a5e477687ac7a22c0791b3e899ed7d539f7b95.zip
hwmon: (f71882fg) Delete needless forward declarations
These functions aren't used before being defined, so there's no point in forward-declaring them. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/f71882fg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
index cbeb4984b5c7..67067e9a323e 100644
--- a/drivers/hwmon/f71882fg.c
+++ b/drivers/hwmon/f71882fg.c
@@ -87,8 +87,6 @@ static inline void superio_enter(int base);
static inline void superio_select(int base, int ld);
static inline void superio_exit(int base);
-static inline u16 fan_from_reg ( u16 reg );
-
struct f71882fg_data {
unsigned short addr;
struct device *hwmon_dev;
@@ -116,10 +114,6 @@ struct f71882fg_data {
u8 temp_diode_open;
};
-static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg);
-static u16 f71882fg_read16(struct f71882fg_data *data, u8 reg);
-static void f71882fg_write8(struct f71882fg_data *data, u8 reg, u8 val);
-
/* Sysfs in*/
static ssize_t show_in(struct device *dev, struct device_attribute *devattr,
char *buf);