projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7129b7
)
mmc: omap: remove unused struct component card_detect_irq
author
H. Nikolaus Schaller
<hns@goldelico.com>
Wed, 23 Dec 2020 09:01:51 +0000
(10:01 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 1 Feb 2021 10:54:44 +0000
(11:54 +0100)
I have not found any user for this struct component.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Link:
https://lore.kernel.org/r/b6f2168b863e4273c6bca5a22fbd4a3a8ddf68d6.1608714110.git.hns@goldelico.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
include/linux/platform_data/mmc-omap.h
patch
|
blob
|
history
diff --git
a/include/linux/platform_data/mmc-omap.h
b/include/linux/platform_data/mmc-omap.h
index f0b8947e6b07d880d49ac35609e38d651e926db3..91051e9907f34ea3ea5601ce7bb91d0edb0f5c81 100644
(file)
--- a/
include/linux/platform_data/mmc-omap.h
+++ b/
include/linux/platform_data/mmc-omap.h
@@
-108,8
+108,7
@@
struct omap_mmc_platform_data {
const char *name;
u32 ocr_mask;
- /* Card detection IRQs */
- int card_detect_irq;
+ /* Card detection */
int (*card_detect)(struct device *dev, int slot);
unsigned int ban_openended:1;