Select the types of activity you want to include in your feed.
Merge branch 'core/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix
···303303 * is guaranteed by virtue of the fact that child devices are registered304304 * after their parents.305305 */306306-307306void sysdev_shutdown(void)308307{309308 struct sysdev_class * cls;···362363 * This is only called by the device PM core, so we let them handle363364 * all synchronization.364365 */365365-366366int sysdev_suspend(pm_message_t state)367367{368368 struct sysdev_class * cls;···430432 }431433 return ret;432434}433433-435435+EXPORT_SYMBOL_GPL(sysdev_suspend);434436435437/**436438 * sysdev_resume - Bring system devices back to life.···440442 *441443 * Note: Interrupts are disabled when called.442444 */443443-444445int sysdev_resume(void)445446{446447 struct sysdev_class * cls;···460463 }461464 return 0;462465}463463-466466+EXPORT_SYMBOL_GPL(sysdev_resume);464467465468int __init system_bus_init(void)466469{