Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rapidio: remove not used macro definition in rio_ids.h

The definition of RIO_VID_FREESCALE, RIO_DID_MPC8560, RIO_DID_TSI500,
RIO_DID_TSI576 and RIO_DID_TSI721 are not used for many years in the
current code, so just remove them.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1639625581-22867-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tiezhu Yang and committed by
Greg Kroah-Hartman
80a5ca99 bb84e64f

-6
-6
include/linux/rio_ids.h
··· 9 9 #ifndef LINUX_RIO_IDS_H 10 10 #define LINUX_RIO_IDS_H 11 11 12 - #define RIO_VID_FREESCALE 0x0002 13 - #define RIO_DID_MPC8560 0x0003 14 - 15 12 #define RIO_VID_TUNDRA 0x000d 16 - #define RIO_DID_TSI500 0x0500 17 13 #define RIO_DID_TSI568 0x0568 18 14 #define RIO_DID_TSI572 0x0572 19 15 #define RIO_DID_TSI574 0x0574 20 - #define RIO_DID_TSI576 0x0578 /* Same ID as Tsi578 */ 21 16 #define RIO_DID_TSI577 0x0577 22 17 #define RIO_DID_TSI578 0x0578 23 18 ··· 28 33 #define RIO_DID_IDTCPS1616 0x0379 29 34 #define RIO_DID_IDTVPS1616 0x0377 30 35 #define RIO_DID_IDTSPS1616 0x0378 31 - #define RIO_DID_TSI721 0x80ab 32 36 #define RIO_DID_IDTRXS1632 0x80e5 33 37 #define RIO_DID_IDTRXS2448 0x80e6 34 38