aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3.h
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.vnet.ibm.com>2017-12-20 20:11:09 +0100
committerDavid S. Miller <davem@davemloft.net>2017-12-20 15:23:46 -0500
commit556fd27186e66500693e2105bd0af475d19a3a97 (patch)
tree184a36416364d1ad4ffe71c62e4b90f210f31aa0 /drivers/s390/net/qeth_l3.h
parents390/qeth: pass full data length to l3_fill_header() (diff)
downloadlinux-dev-556fd27186e66500693e2105bd0af475d19a3a97.tar.xz
linux-dev-556fd27186e66500693e2105bd0af475d19a3a97.zip
s390/qeth: replace open-coded in*_pton()
There's a common helper for parsing an IP address string, let's use it. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_l3.h')
-rw-r--r--drivers/s390/net/qeth_l3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3.h b/drivers/s390/net/qeth_l3.h
index 071c00841208..49f92ebbc5ad 100644
--- a/drivers/s390/net/qeth_l3.h
+++ b/drivers/s390/net/qeth_l3.h
@@ -69,7 +69,6 @@ struct qeth_ipato_entry {
extern const struct attribute_group *qeth_l3_attr_groups[];
void qeth_l3_ipaddr_to_string(enum qeth_prot_versions, const __u8 *, char *);
-int qeth_l3_string_to_ipaddr(const char *, enum qeth_prot_versions, __u8 *);
int qeth_l3_create_device_attributes(struct device *);
void qeth_l3_remove_device_attributes(struct device *);
int qeth_l3_setrouting_v4(struct qeth_card *);