[PATCH 1/4] of/device: Replace of_device with platform_device in includes and core code

2010-07-22 Thread Grant Likely
of_device is currently just an #define alias to platform_device until it gets removed entirely. This patch removes references to it from the include directories and the core drivers/of code. Signed-off-by: Grant Likely grant.lik...@secretlab.ca --- arch/powerpc/include/asm/macio.h |2 +-

Re: [PATCH 1/4] of/device: Replace of_device with platform_device in includes and core code

2010-07-22 Thread David Miller
From: Grant Likely grant.lik...@secretlab.ca Date: Thu, 22 Jul 2010 16:30:06 -0600 of_device is currently just an #define alias to platform_device until it gets removed entirely. This patch removes references to it from the include directories and the core drivers/of code. Signed-off-by: