diff --git a/linux-ramdump-parser-v2/parsers/runqueue.py b/linux-ramdump-parser-v2/parsers/runqueue.py
index b101bf54be62f9142ad09926ee4b219cb82b1963..bbdaaec49fb9c88fe5d6cb166f6b1be07a72b1f9 100644
--- a/linux-ramdump-parser-v2/parsers/runqueue.py
+++ b/linux-ramdump-parser-v2/parsers/runqueue.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013, The Linux Foundation. All rights reserved.
+# Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 and
@@ -70,7 +70,7 @@ class RunQueues(RamParser):
                 self.print_cfs_state(my_q_addr)
                 self.tab_offset -= 1
 
-    def cfs_node_func(self, node):
+    def cfs_node_func(self, node, extra):
         run_node_offset = self.ramdump.field_offset(
             'struct sched_entity', 'run_node')