Input: raydium_ts_i2c - don't set wake_capable and wake_irq
[linux-2.6-microblaze.git] / drivers / input / touchscreen / raydium_i2c_ts.c
index 66c5b57..88d187d 100644 (file)
@@ -1185,15 +1185,6 @@ static int raydium_i2c_probe(struct i2c_client *client,
                return error;
        }
 
-       /*
-        * The wake IRQ should be declared via device tree instead of assuming
-        * the IRQ can wake the system. This is here for legacy reasons and
-        * will be removed once the i2c-core supports querying ACPI for wake
-        * capabilities.
-        */
-       if (!client->dev.power.wakeirq)
-               dev_pm_set_wake_irq(&client->dev, client->irq);
-
        error = devm_device_add_group(&client->dev,
                                   &raydium_i2c_attribute_group);
        if (error) {