]> git.baikalelectronics.ru Git - kernel.git/commit
[media] radio-aimslab.c needs #include <linux/delay.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 16 Jan 2011 13:09:13 +0000 (10:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 Jan 2011 13:45:57 +0000 (11:45 -0200)
commit7ae6682b5df0a2856fbfb4b26b53a349d9d5e4ab
tree75ab0d0c25157c5d70164b2099524fcc2486cc2f
parentf233350f548b3506d7b5634a24a0a15194d89370
[media] radio-aimslab.c needs #include <linux/delay.h>

Commit f7ea6e2ee049f8f08a9828dfcdd74d86aa9ac5bb ("[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>
drivers/media/radio/radio-aimslab.c