From: Arnd Bergmann This use of deprecated struct initializers was hidden behind macro magic and has appearantly not been noticed before. --- 25-akpm/sound/oss/cs46xx_wrapper-24.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/oss/cs46xx_wrapper-24.h~cs46_xx-c99-fix sound/oss/cs46xx_wrapper-24.h --- 25/sound/oss/cs46xx_wrapper-24.h~cs46_xx-c99-fix Fri Feb 27 15:43:54 2004 +++ 25-akpm/sound/oss/cs46xx_wrapper-24.h Fri Feb 27 15:43:54 2004 @@ -28,7 +28,7 @@ #include -#define CS_OWNER owner: +#define CS_OWNER .owner = #define CS_THIS_MODULE THIS_MODULE, void cs46xx_null(struct pci_dev *pcidev) { return; } #define cs4x_mem_map_reserve(page) SetPageReserved(page) _