From: Arthur Othieno OPL3_HW_OPL3_PC98 #define isn't used anywhere; previously in sound/drivers/opl3/opl3_lib.c and sound/isa/cs423x/pc98.c, the latter of which went away with the rest of PC98 subarch. Signed-off-by: Arthur Othieno Cc: Jaroslav Kysela Cc: Takashi Iwai Signed-off-by: Andrew Morton --- include/sound/opl3.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/sound/opl3.h~sound-remove-pc98-specific-opl3_hw_opl3_pc98 include/sound/opl3.h --- devel/include/sound/opl3.h~sound-remove-pc98-specific-opl3_hw_opl3_pc98 2006-02-10 13:01:21.000000000 -0800 +++ devel-akpm/include/sound/opl3.h 2006-02-10 13:01:21.000000000 -0800 @@ -230,7 +230,6 @@ #define OPL3_HW_OPL3_CS 0x0302 /* CS4232/CS4236+ */ #define OPL3_HW_OPL3_FM801 0x0303 /* FM801 */ #define OPL3_HW_OPL3_CS4281 0x0304 /* CS4281 */ -#define OPL3_HW_OPL3_PC98 0x0305 /* PC9800 */ #define OPL3_HW_OPL4 0x0400 /* YMF278B/YMF295 */ #define OPL3_HW_OPL4_ML 0x0401 /* YMF704/YMF721 */ #define OPL3_HW_MASK 0xff00 _