radio-aimslab.c needs #include <linux/delay.h>
commit521b1e63dea72a58dc5d279587f482b031c69a4d
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 16 Jan 2011 13:09:13 +0000 (16 10:09 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:46:52 +0000 (2 09:46 -0500)
treeb69573c1c139ff722e0f468956388664cf0c8c3e
parent4998eea9f23a360bfb56ea838ecc860ade7b92a1
radio-aimslab.c needs #include <linux/delay.h>

commit 2400982a2e8a8e4e95f0a0e1517bbe63cc88038f upstream.

Commit e3c92215198cb6aa00ad38db2780faa6b72e0a3f ("[media] radio-aimslab.c: Fix
gcc 4.5+ bug") removed the include, but introduced new callers of msleep():

| drivers/media/radio/radio-aimslab.c: In function ‘rt_decvol’:
| drivers/media/radio/radio-aimslab.c:76: error: implicit declaration of function ‘msleep’

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: dann frazier <dannf@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/radio/radio-aimslab.c