mm: move definition for LRU isolation modes to a header
[deliverable/linux.git] / include / linux / kref.h
index b0cb0ebad9e60a1980844ed393c7115e6a94f827..6cc38fc07ab76c5a052d530eec2fd31ec4d25392 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * kref.c - library routines for handling generic reference counted objects
+ * kref.h - library routines for handling generic reference counted objects
  *
  * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
  * Copyright (C) 2004 IBM Corp.
@@ -21,7 +21,6 @@ struct kref {
        atomic_t refcount;
 };
 
-void kref_set(struct kref *kref, int num);
 void kref_init(struct kref *kref);
 void kref_get(struct kref *kref);
 int kref_put(struct kref *kref, void (*release) (struct kref *kref));
This page took 0.037259 seconds and 5 git commands to generate.