Searched hist:c608558407aa64d2b98d58bfc116e95c0afb357e (Results 1 – 3 of 3) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | of_device_common.c | diff c608558407aa64d2b98d58bfc116e95c0afb357e Fri Jul 23 19:19:35 CEST 2010 Jonas Bonn <jonas@southpole.se> of: make of_find_device_by_node generic
There's no need for this function to be architecture specific and all four architectures defining it had the same definition. The function has been moved to drivers/of/platform.c.
Signed-off-by: Jonas Bonn <jonas@southpole.se> [grant.likely@secretlab.ca: moved to drivers/of/platform.c, simplified code, and added kerneldoc comment] Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: David S. Miller <davem@davemloft.net>
|
/linux/arch/powerpc/kernel/ |
H A D | of_platform.c | diff c608558407aa64d2b98d58bfc116e95c0afb357e Fri Jul 23 19:19:35 CEST 2010 Jonas Bonn <jonas@southpole.se> of: make of_find_device_by_node generic
There's no need for this function to be architecture specific and all four architectures defining it had the same definition. The function has been moved to drivers/of/platform.c.
Signed-off-by: Jonas Bonn <jonas@southpole.se> [grant.likely@secretlab.ca: moved to drivers/of/platform.c, simplified code, and added kerneldoc comment] Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/of/ |
H A D | platform.c | diff c608558407aa64d2b98d58bfc116e95c0afb357e Fri Jul 23 19:19:35 CEST 2010 Jonas Bonn <jonas@southpole.se> of: make of_find_device_by_node generic
There's no need for this function to be architecture specific and all four architectures defining it had the same definition. The function has been moved to drivers/of/platform.c.
Signed-off-by: Jonas Bonn <jonas@southpole.se> [grant.likely@secretlab.ca: moved to drivers/of/platform.c, simplified code, and added kerneldoc comment] Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: David S. Miller <davem@davemloft.net>
|