This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / ckrm-io.h
index 36040b9..4b419d1 100644 (file)
@@ -32,8 +32,8 @@ typedef int (*icls_ioprio_t) (struct task_struct *tsk);
 
 #ifdef CONFIG_CKRM_RES_BLKIO
 
-extern void *cki_tsk_icls (struct task_struct *tsk);
-extern int cki_tsk_ioprio (struct task_struct *tsk);
+void *cki_tsk_icls(struct task_struct *tsk);
+int cki_tsk_ioprio(struct task_struct *tsk);
 
 #endif /* CONFIG_CKRM_RES_BLKIO */