Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68716
b: refs/heads/master
c: 59a35ba
h: refs/heads/master
v: v3
  • Loading branch information
Satyam Sharma authored and Mark M. Hoffman committed Oct 10, 2007
1 parent 7252943 commit d6b0ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 84f1e442968a9c754647a6f42accd9560c22ff39
refs/heads/master: 59a35bafb223bbb0553ba1a3bb9280bda668a8d8
4 changes: 1 addition & 3 deletions trunk/drivers/hwmon/coretemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ struct coretemp_data {
u8 alarm;
};

static struct coretemp_data *coretemp_update_device(struct device *dev);

/*
* Sysfs stuff
*/
Expand Down Expand Up @@ -350,7 +348,7 @@ static int coretemp_cpu_callback(struct notifier_block *nfb,
return NOTIFY_OK;
}

static struct notifier_block __cpuinitdata coretemp_cpu_notifier = {
static struct notifier_block coretemp_cpu_notifier = {
.notifier_call = coretemp_cpu_callback,
};
#endif /* !CONFIG_HOTPLUG_CPU */
Expand Down

0 comments on commit d6b0ae5

Please sign in to comment.