diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 952b01033c32..1ff3f1697513 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -560,6 +560,8 @@ extern int device_create_file(struct device *device, | |||
560 | const struct device_attribute *entry); | 560 | const struct device_attribute *entry); |
561 | extern void device_remove_file(struct device *dev, | 561 | extern void device_remove_file(struct device *dev, |
562 | const struct device_attribute *attr); | 562 | const struct device_attribute *attr); |
563 | extern bool device_remove_file_self(struct device *dev, | ||
564 | const struct device_attribute *attr); | ||
563 | extern int __must_check device_create_bin_file(struct device *dev, | 565 | extern int __must_check device_create_bin_file(struct device *dev, |
564 | const struct bin_attribute *attr); | 566 | const struct bin_attribute *attr); |
565 | extern void device_remove_bin_file(struct device *dev, | 567 | extern void device_remove_bin_file(struct device *dev, |