]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/kref.h
block: add internal hd part table references
[mirror_ubuntu-bionic-kernel.git] / include / linux / kref.h
index 90b9e44abf54aa5c346524e4306b6695b9fca980..6cc38fc07ab76c5a052d530eec2fd31ec4d25392 100644 (file)
@@ -23,7 +23,6 @@ struct kref {
 
 void kref_init(struct kref *kref);
 void kref_get(struct kref *kref);
-int kref_test_and_get(struct kref *kref);
 int kref_put(struct kref *kref, void (*release) (struct kref *kref));
 
 #endif /* _KREF_H_ */