Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324562
b: refs/heads/master
c: d16f6db
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Jonathan Cameron committed Aug 14, 2012
1 parent f19c64c commit 85493a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: f4e4b9558bc696cc89de460e754d3fecb50b13cb
refs/heads/master: d16f6dbddbd7a2ac40e090da1e6bb7dd9b5a1dcb
12 changes: 1 addition & 11 deletions trunk/drivers/staging/iio/iio_hwmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,7 @@ static struct platform_driver __refdata iio_hwmon_driver = {
.remove = __devexit_p(iio_hwmon_remove),
};

static int iio_inkern_init(void)
{
return platform_driver_register(&iio_hwmon_driver);
}
module_init(iio_inkern_init);

static void iio_inkern_exit(void)
{
platform_driver_unregister(&iio_hwmon_driver);
}
module_exit(iio_inkern_exit);
module_platform_driver(iio_hwmon_driver);

MODULE_AUTHOR("Jonathan Cameron <jic23@cam.ac.uk>");
MODULE_DESCRIPTION("IIO to hwmon driver");
Expand Down

0 comments on commit 85493a2

Please sign in to comment.