staging: lustre: remove RETURN macro
[deliverable/linux.git] / drivers / staging / lustre / lustre / libcfs / debug.c
index 5a87b0832074225855e4f1d63e61ea9a7737cd64..cf93b6c6d906a26a057a126903ef875b9a5db0fb 100644 (file)
@@ -362,7 +362,6 @@ void libcfs_debug_dumplog(void)
 {
        wait_queue_t wait;
        task_t    *dumper;
-       ENTRY;
 
        /* we're being careful to ensure that the kernel thread is
         * able to set our state to running as it exits before we
@@ -459,14 +458,6 @@ void libcfs_debug_set_level(unsigned int debug_level)
 
 EXPORT_SYMBOL(libcfs_debug_set_level);
 
-long libcfs_log_return(struct libcfs_debug_msg_data *msgdata, long rc)
-{
-       libcfs_debug_msg(msgdata, "Process leaving (rc=%lu : %ld : %lx)\n",
-                        rc, rc, rc);
-       return rc;
-}
-EXPORT_SYMBOL(libcfs_log_return);
-
 void libcfs_log_goto(struct libcfs_debug_msg_data *msgdata, const char *label,
                     long_ptr_t rc)
 {
This page took 0.130928 seconds and 5 git commands to generate.