[Openipmi-developer] [patch 1/1] ipmi: add autosensing of ipmi device on powerpc using device-tree
Corey Minyard
minyard at acm.org
Sat Dec 9 04:19:56 EST 2006
Ok, patch is in my tree with some minor changes required due to other
changes that have gone in since 2.6.19.
Christian Krafft wrote:
> +};
> +
> +static void __devinit of_find_bmc(void)
> +{
> + of_register_platform_driver(&ipmi_of_platform_driver);
> +}
> +#endif /* CONFIG_PM_OF */
>
I took the liberty of changing this to "CONFIG_PPC_OF"
More information about the Linuxppc-dev
mailing list