qeth: make qeth_query_card_info_cb() static
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2f139a5d82
commit
e71e4072a9
1 changed files with 2 additions and 2 deletions
|
@ -4610,8 +4610,8 @@ out:
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(qeth_query_oat_command);
|
EXPORT_SYMBOL_GPL(qeth_query_oat_command);
|
||||||
|
|
||||||
int qeth_query_card_info_cb(struct qeth_card *card,
|
static int qeth_query_card_info_cb(struct qeth_card *card,
|
||||||
struct qeth_reply *reply, unsigned long data)
|
struct qeth_reply *reply, unsigned long data)
|
||||||
{
|
{
|
||||||
struct qeth_ipa_cmd *cmd;
|
struct qeth_ipa_cmd *cmd;
|
||||||
struct qeth_query_card_info *card_info;
|
struct qeth_query_card_info *card_info;
|
||||||
|
|
Loading…
Add table
Reference in a new issue