Skip to content

Commit

Permalink
qeth: make qeth_query_card_info_cb() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Carstens authored and David S. Miller committed Mar 20, 2014
1 parent 2f139a5 commit e71e407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4610,8 +4610,8 @@ int qeth_query_oat_command(struct qeth_card *card, char __user *udata)
}
EXPORT_SYMBOL_GPL(qeth_query_oat_command);

int qeth_query_card_info_cb(struct qeth_card *card,
struct qeth_reply *reply, unsigned long data)
static int qeth_query_card_info_cb(struct qeth_card *card,
struct qeth_reply *reply, unsigned long data)
{
struct qeth_ipa_cmd *cmd;
struct qeth_query_card_info *card_info;
Expand Down

0 comments on commit e71e407

Please sign in to comment.