[PATCH v4 02/19] openrisc: remove undefined of_get_cpu_node declaration

2013-08-20 Thread Sudeep KarkadaNagesha
From: Sudeep KarkadaNagesha This patch removes the declaration of the function 'of_get_cpu_node' which is not defined for openrisc. This is in preparation to move it's definition from PPC to DT common code. Again it could be there as it was originally copied from powerpc. Cc: Jonas Bonn

[PATCH v4 02/19] openrisc: remove undefined of_get_cpu_node declaration

2013-08-20 Thread Sudeep KarkadaNagesha
From: Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com This patch removes the declaration of the function 'of_get_cpu_node' which is not defined for openrisc. This is in preparation to move it's definition from PPC to DT common code. Again it could be there as it was originally copied from