projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e1429
)
extcon: axp288: Remove unused extcon_nb struct member
author
Hans de Goede
<hdegoede@redhat.com>
Fri, 22 Dec 2017 12:36:13 +0000
(13:36 +0100)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 3 Jan 2018 01:11:00 +0000
(10:11 +0900)
Remove the unused extcon_nb struct member.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-axp288.c
patch
|
blob
|
history
diff --git
a/drivers/extcon/extcon-axp288.c
b/drivers/extcon/extcon-axp288.c
index
e16a783
..
3bd27eb
100644
(file)
--- a/
drivers/extcon/extcon-axp288.c
+++ b/
drivers/extcon/extcon-axp288.c
@@
-107,7
+107,6
@@
struct axp288_extcon_info {
struct gpio_desc *gpio_mux_cntl;
int irq[EXTCON_IRQ_END];
struct extcon_dev *edev;
- struct notifier_block extcon_nb;
unsigned int previous_cable;
};