Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365689
b: refs/heads/master
c: 6636a99
h: refs/heads/master
i:
  365687: 55442b6
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent fb074b6 commit 2401b1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: e2bf1151edcdb44e9e871e90e7331dc760c9f856
refs/heads/master: 6636a9944b9d3b6c4a0a27d5be5abc49ceca3381
6 changes: 3 additions & 3 deletions trunk/drivers/rtc/class.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ static int devm_rtc_device_match(struct device *dev, void *res, void *data)

/**
* devm_rtc_device_register - resource managed rtc_device_register()
* @name: the name of the device
* @dev: the device to register
* @name: the name of the device
* @ops: the rtc operations structure
* @owner: the module owner
*
Expand All @@ -287,8 +287,8 @@ static int devm_rtc_device_match(struct device *dev, void *res, void *data)
* for more information.
*/

struct rtc_device *devm_rtc_device_register(const char *name,
struct device *dev,
struct rtc_device *devm_rtc_device_register(struct device *dev,
const char *name,
const struct rtc_class_ops *ops,
struct module *owner)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ extern struct rtc_device *rtc_device_register(const char *name,
struct device *dev,
const struct rtc_class_ops *ops,
struct module *owner);
extern struct rtc_device *devm_rtc_device_register(const char *name,
struct device *dev,
extern struct rtc_device *devm_rtc_device_register(struct device *dev,
const char *name,
const struct rtc_class_ops *ops,
struct module *owner);
extern void rtc_device_unregister(struct rtc_device *rtc);
Expand Down

0 comments on commit 2401b1a

Please sign in to comment.