Deprecate suspend/resume in device_driver

From: Ning Jiang
Date: Wed Jun 13 2012 - 03:33:46 EST


The suspend/resume will not be called if they are defined in
device_driver directly,
PM core will only use suspend/resume function in dev_pm_ops. Thus we shall
mark the old suspend/resume deprecated and make them scheduled for removal.