PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIME
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 22 Jun 2011 23:53:04 +0000 (01:53 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sat, 2 Jul 2011 12:29:54 +0000 (14:29 +0200)
commitdc6e4e56e6ef473a696a1ab24f80b79b9aceb92d
tree7ef82afc8d57b0deed436ba6f5f9483c2603d88e
parent564b905ab10d17fb42f86aa8b7b9b796276d1336
PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIME

The subsys_data field of struct dev_pm_info, introduced by commit
1d2b71f61b6a10216274e27b717becf9ae101fc7 (PM / Runtime: Add subsystem
data field to struct dev_pm_info), is going to be used even if
CONFIG_PM_RUNTIME is not set, so move it from under the #ifdef.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
include/linux/pm.h