forked from Minki/linux
[media] radio-aimslab.c: get rid of warning: no previous prototype
drivers/media/radio/radio-aimslab.c:85:6: warning: no previous prototype for 'rtrack_set_pins' [-Wmissing-prototypes] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
5faf7db804
commit
f6d15e09b1
@ -82,7 +82,7 @@ static struct radio_isa_card *rtrack_alloc(void)
|
|||||||
#define AIMS_BIT_VOL_UP (1 << 6) /* active low */
|
#define AIMS_BIT_VOL_UP (1 << 6) /* active low */
|
||||||
#define AIMS_BIT_VOL_DN (1 << 7) /* active low */
|
#define AIMS_BIT_VOL_DN (1 << 7) /* active low */
|
||||||
|
|
||||||
void rtrack_set_pins(void *handle, u8 pins)
|
static void rtrack_set_pins(void *handle, u8 pins)
|
||||||
{
|
{
|
||||||
struct radio_isa_card *isa = handle;
|
struct radio_isa_card *isa = handle;
|
||||||
struct rtrack *rt = container_of(isa, struct rtrack, isa);
|
struct rtrack *rt = container_of(isa, struct rtrack, isa);
|
||||||
|
Loading…
Reference in New Issue
Block a user