kernel/arch/s390/include/asm/pnet.h
.. .. @@ -11,13 +11,5 @@ 11 11 #include <linux/device.h> 12 12 #include <linux/types.h> 13 13 14 -#define PNETIDS_LEN 64 /* Total utility string length in bytes15 - * to cover up to 4 PNETIDs of 16 bytes16 - * for up to 4 device ports17 - */18 -#define MAX_PNETID_LEN 16 /* Max.length of a single port PNETID */19 -#define MAX_PNETID_PORTS (PNETIDS_LEN / MAX_PNETID_LEN)20 - /* Max. # of ports with a PNETID */21 -22 14 int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid); 23 15 #endif /* _ASM_S390_PNET_H */