Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107872
b: refs/heads/master
c: 05a5e47
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Aug 6, 2008
1 parent d40bced commit 2067cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 549edb83327f2a5027a22d65b10603b01dc40175
refs/heads/master: 05a5e477687ac7a22c0791b3e899ed7d539f7b95
6 changes: 0 additions & 6 deletions trunk/drivers/hwmon/f71882fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 2067cd1

Please sign in to comment.