Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280092
b: refs/heads/master
c: b9d4e71
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 4, 2012
1 parent a0d8b70 commit ebd22bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3b85e4ab2ec1dea29374f16205917b1b5589bc81
refs/heads/master: b9d4e714a86a4e88c2f530c76597f7025e5851d6
4 changes: 2 additions & 2 deletions trunk/include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ ssize_t device_store_int(struct device *dev, struct device_attribute *attr,
struct dev_ext_attribute dev_attr_##_name = \
{ __ATTR(_name, _mode, device_show_ulong, device_store_ulong), &(_var) }

extern int __must_check device_create_file(struct device *device,
const struct device_attribute *entry);
extern int device_create_file(struct device *device,
const struct device_attribute *entry);
extern void device_remove_file(struct device *dev,
const struct device_attribute *attr);
extern int __must_check device_create_bin_file(struct device *dev,
Expand Down

0 comments on commit ebd22bd

Please sign in to comment.