s390/ap: remove power management code from ap bus and drivers
[linux-2.6-microblaze.git] / drivers / s390 / crypto / zcrypt_cex2a.c
index 7cbb384..b447f3e 100644 (file)
@@ -204,8 +204,6 @@ static void zcrypt_cex2a_queue_remove(struct ap_device *ap_dev)
 static struct ap_driver zcrypt_cex2a_queue_driver = {
        .probe = zcrypt_cex2a_queue_probe,
        .remove = zcrypt_cex2a_queue_remove,
-       .suspend = ap_queue_suspend,
-       .resume = ap_queue_resume,
        .ids = zcrypt_cex2a_queue_ids,
        .flags = AP_DRIVER_FLAG_DEFAULT,
 };