diff options
Diffstat (limited to 'drivers/char/tpm/tpm_tis.c')
-rw-r--r-- | drivers/char/tpm/tpm_tis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c index ee7ac6f43c65..483f3f60013c 100644 --- a/drivers/char/tpm/tpm_tis.c +++ b/drivers/char/tpm/tpm_tis.c | |||
@@ -377,7 +377,7 @@ static struct tpm_vendor_specific tpm_tis = { | |||
377 | .fops = &tis_ops,}, | 377 | .fops = &tis_ops,}, |
378 | }; | 378 | }; |
379 | 379 | ||
380 | static irqreturn_t tis_int_probe(int irq, void *dev_id, struct pt_regs *regs) | 380 | static irqreturn_t tis_int_probe(int irq, void *dev_id) |
381 | { | 381 | { |
382 | struct tpm_chip *chip = (struct tpm_chip *) dev_id; | 382 | struct tpm_chip *chip = (struct tpm_chip *) dev_id; |
383 | u32 interrupt; | 383 | u32 interrupt; |
@@ -397,7 +397,7 @@ static irqreturn_t tis_int_probe(int irq, void *dev_id, struct pt_regs *regs) | |||
397 | return IRQ_HANDLED; | 397 | return IRQ_HANDLED; |
398 | } | 398 | } |
399 | 399 | ||
400 | static irqreturn_t tis_int_handler(int irq, void *dev_id, struct pt_regs *regs) | 400 | static irqreturn_t tis_int_handler(int irq, void *dev_id) |
401 | { | 401 | { |
402 | struct tpm_chip *chip = (struct tpm_chip *) dev_id; | 402 | struct tpm_chip *chip = (struct tpm_chip *) dev_id; |
403 | u32 interrupt; | 403 | u32 interrupt; |