s390/ap: remove power management code from ap bus and drivers
[linux-2.6-microblaze.git] / drivers / s390 / crypto / zcrypt_cex2c.c
index c78c0d1..2664401 100644 (file)
@@ -260,8 +260,6 @@ static void zcrypt_cex2c_queue_remove(struct ap_device *ap_dev)
 static struct ap_driver zcrypt_cex2c_queue_driver = {
        .probe = zcrypt_cex2c_queue_probe,
        .remove = zcrypt_cex2c_queue_remove,
-       .suspend = ap_queue_suspend,
-       .resume = ap_queue_resume,
        .ids = zcrypt_cex2c_queue_ids,
        .flags = AP_DRIVER_FLAG_DEFAULT,
 };