.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * MMC definitions for OMAP2 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2006 Nokia Corporation |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | /* |
---|
.. | .. |
---|
69 | 66 | |
---|
70 | 67 | /* string specifying a particular variant of hardware */ |
---|
71 | 68 | char *version; |
---|
72 | | - |
---|
73 | | - int gpio_cd; /* gpio (card detect) */ |
---|
74 | | - int gpio_cod; /* gpio (cover detect) */ |
---|
75 | | - int gpio_wp; /* gpio (write protect) */ |
---|
76 | | - /* if we have special card, init it using this callback */ |
---|
77 | | - void (*init_card)(struct mmc_card *card); |
---|
78 | 69 | |
---|
79 | 70 | const char *name; |
---|
80 | 71 | u32 ocr_mask; |
---|