Skip to content

Commit 7cc2d50

Browse files
YueHaibingdavem330
authored andcommitted
net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'
The two PNMI macros are never used Signed-off-by: YueHaibing <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1b8530b commit 7cc2d50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/net/fddi/skfp/h/cmtdef.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -655,14 +655,6 @@ void dump_hex(char *p, int len);
655655
#ifndef PNMI_INIT
656656
#define PNMI_INIT(smc) /* Nothing */
657657
#endif
658-
#ifndef PNMI_GET_ID
659-
#define PNMI_GET_ID( smc, ndis_oid, buf, len, BytesWritten, BytesNeeded ) \
660-
( 1 ? (-1) : (-1) )
661-
#endif
662-
#ifndef PNMI_SET_ID
663-
#define PNMI_SET_ID( smc, ndis_oid, buf, len, BytesRead, BytesNeeded, \
664-
set_type) ( 1 ? (-1) : (-1) )
665-
#endif
666658

667659
/*
668660
* SMT_PANIC defines

0 commit comments

Comments
 (0)