projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83af187
)
irq_poll: remove unused data and max fields
author
Christoph Hellwig
<hch@lst.de>
Mon, 7 Dec 2015 14:57:52 +0000
(06:57 -0800)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 11 Dec 2015 19:52:29 +0000
(11:52 -0800)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
include/linux/irq_poll.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/irq_poll.h
b/include/linux/irq_poll.h
index 8c4b4087f1f2141223e4c81e3efc973b93421fe2..3e8c1b8fb9be283dbd9830d7c3b889a5dda96d2d 100644
(file)
--- a/
include/linux/irq_poll.h
+++ b/
include/linux/irq_poll.h
@@
-7,9
+7,7
@@
typedef int (irq_poll_fn)(struct irq_poll *, int);
struct irq_poll {
struct list_head list;
unsigned long state;
- unsigned long data;
int weight;
- int max;
irq_poll_fn *poll;
};