Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54565
b: refs/heads/master
c: 616883d
h: refs/heads/master
i:
  54563: e52e7b6
v: v3
  • Loading branch information
Monakhov Dmitriy authored and Linus Torvalds committed May 8, 2007
1 parent edf2d6e commit 375ad9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c761c84154dcd952182e4867d841298c9eb0b14b
refs/heads/master: 616883df78bd4b3fcdb6ddc39bd3d4cb902bfa32
4 changes: 2 additions & 2 deletions trunk/include/linux/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ struct irqaction {
};

extern irqreturn_t no_action(int cpl, void *dev_id);
extern int request_irq(unsigned int, irq_handler_t handler,
extern int __must_check request_irq(unsigned int, irq_handler_t handler,
unsigned long, const char *, void *);
extern void free_irq(unsigned int, void *);

extern int devm_request_irq(struct device *dev, unsigned int irq,
extern int __must_check devm_request_irq(struct device *dev, unsigned int irq,
irq_handler_t handler, unsigned long irqflags,
const char *devname, void *dev_id);
extern void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id);
Expand Down

0 comments on commit 375ad9e

Please sign in to comment.