Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Heiko Carstens and committed by
David S. Miller
e71e4072 2f139a5d

+2 -2
+2 -2
drivers/s390/net/qeth_core_main.c
··· 4610 4610 } 4611 4611 EXPORT_SYMBOL_GPL(qeth_query_oat_command); 4612 4612 4613 - int qeth_query_card_info_cb(struct qeth_card *card, 4614 - struct qeth_reply *reply, unsigned long data) 4613 + static int qeth_query_card_info_cb(struct qeth_card *card, 4614 + struct qeth_reply *reply, unsigned long data) 4615 4615 { 4616 4616 struct qeth_ipa_cmd *cmd; 4617 4617 struct qeth_query_card_info *card_info;