Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
* 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6: mmc_spi: Fix unterminated of_match_table of/sparc: fix build regression from of_device changes of/device: Replace struct of_device with struct platform_device
This commit is contained in:
@@ -102,7 +102,7 @@ static struct of_device_id mpc837x_ids[] = {
|
||||
|
||||
static int __init mpc837x_declare_of_platform_devices(void)
|
||||
{
|
||||
/* Publish of_device */
|
||||
/* Publish platform_device */
|
||||
of_platform_bus_probe(NULL, mpc837x_ids, NULL);
|
||||
|
||||
return 0;
|
||||
|
||||
@@ -78,7 +78,7 @@ static struct of_device_id mpc837x_ids[] = {
|
||||
|
||||
static int __init mpc837x_declare_of_platform_devices(void)
|
||||
{
|
||||
/* Publish of_device */
|
||||
/* Publish platform_device */
|
||||
of_platform_bus_probe(NULL, mpc837x_ids, NULL);
|
||||
|
||||
return 0;
|
||||
|
||||
@@ -1332,7 +1332,7 @@ static inline void fsl_rio_info(struct device *dev, u32 ccsr)
|
||||
|
||||
/**
|
||||
* fsl_rio_setup - Setup Freescale PowerPC RapidIO interface
|
||||
* @dev: of_device pointer
|
||||
* @dev: platform_device pointer
|
||||
*
|
||||
* Initializes MPC85xx RapidIO hardware interface, configures
|
||||
* master port with system-specific info, and registers the
|
||||
|
||||
Reference in New Issue
Block a user