OSDN Git Service

[GCC4] fix build error in drivers/usb/audio.c
authorWilly Tarreau <w@1wt.eu>
Sat, 12 Aug 2006 22:20:16 +0000 (00:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Aug 2006 15:19:26 +0000 (17:19 +0200)
commitbbaf1ca20af395f7aff731b58e9d1d12d0083f91
tree5a695997f2d2a4580f08d1b699574e6cd65f60fe
parent3682f3f70124e5d58adf5c63a6db595ba181b77f
[GCC4] fix build error in drivers/usb/audio.c

This patch fixes this error with gcc 4 :

audio.c:466: error: static declaration of 'abs' follows non-static declaration
make[2]: *** [audio.o] Error 1
make[2]: Leaving directory `/usr/src/git/linux-2.4/drivers/usb'
make[1]: *** [_modsubdir_usb] Error 2
make[1]: Leaving directory `/usr/src/git/linux-2.4/drivers'
make: *** [_mod_drivers] Error 2
drivers/usb/audio.c