diff options
Diffstat (limited to 'arch/s390/include/asm/pnet.h')
| -rw-r--r-- | arch/s390/include/asm/pnet.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/include/asm/pnet.h b/arch/s390/include/asm/pnet.h index 6e278584f8f1..5739276b458d 100644 --- a/arch/s390/include/asm/pnet.h +++ b/arch/s390/include/asm/pnet.h @@ -11,13 +11,5 @@  #include <linux/device.h>  #include <linux/types.h> -#define PNETIDS_LEN		64	/* Total utility string length in bytes -					 * to cover up to 4 PNETIDs of 16 bytes -					 * for up to 4 device ports -					 */ -#define MAX_PNETID_LEN		16	/* Max.length of a single port PNETID */ -#define MAX_PNETID_PORTS	(PNETIDS_LEN / MAX_PNETID_LEN) -					/* Max. # of ports with a PNETID */ -  int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);  #endif /* _ASM_S390_PNET_H */  |