forked from Minki/linux
V4L/DVB (5018): Make usbvision_rvfree() static
usbvision_rvfree() can now become static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
c408a6f673
commit
4a06b538d6
@ -138,7 +138,7 @@ static void *usbvision_rvmalloc(unsigned long size)
|
||||
return mem;
|
||||
}
|
||||
|
||||
void usbvision_rvfree(void *mem, unsigned long size)
|
||||
static void usbvision_rvfree(void *mem, unsigned long size)
|
||||
{
|
||||
unsigned long adr;
|
||||
|
||||
|
@ -486,7 +486,6 @@ int usbvision_init_i2c(struct usb_usbvision *usbvision);
|
||||
void call_i2c_clients(struct usb_usbvision *usbvision, unsigned int cmd,void *arg);
|
||||
|
||||
/* defined in usbvision-core.c */
|
||||
void usbvision_rvfree(void *mem, unsigned long size);
|
||||
int usbvision_read_reg(struct usb_usbvision *usbvision, unsigned char reg);
|
||||
int usbvision_write_reg(struct usb_usbvision *usbvision, unsigned char reg,
|
||||
unsigned char value);
|
||||
|
Loading…
Reference in New Issue
Block a user