Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292106
b: refs/heads/master
c: 839a9ee
h: refs/heads/master
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Mar 19, 2012
1 parent df0082d commit dba7520
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 08f509077499907c8bae59818771ce18d3179aa9
refs/heads/master: 839a9eefc918345ae7a7e8c6f583e2e653646d4d
5 changes: 2 additions & 3 deletions trunk/drivers/hwmon/hwmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ struct device *hwmon_device_register(struct device *dev)

return hwdev;
}
EXPORT_SYMBOL_GPL(hwmon_device_register);

/**
* hwmon_device_unregister - removes the previously registered class device
Expand All @@ -72,6 +73,7 @@ void hwmon_device_unregister(struct device *dev)
dev_dbg(dev->parent,
"hwmon_device_unregister() failed: bad class ID!\n");
}
EXPORT_SYMBOL_GPL(hwmon_device_unregister);

static void __init hwmon_pci_quirks(void)
{
Expand Down Expand Up @@ -119,9 +121,6 @@ static void __exit hwmon_exit(void)
subsys_initcall(hwmon_init);
module_exit(hwmon_exit);

EXPORT_SYMBOL_GPL(hwmon_device_register);
EXPORT_SYMBOL_GPL(hwmon_device_unregister);

MODULE_AUTHOR("Mark M. Hoffman <mhoffman@lightlink.com>");
MODULE_DESCRIPTION("hardware monitoring sysfs/class support");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit dba7520

Please sign in to comment.