[media] cobalt: fix sparse warnings
drivers/media/pci/cobalt/cobalt-flash.c:101:5: warning: symbol 'cobalt_flash_probe' was not declared. Should it be static? drivers/media/pci/cobalt/cobalt-flash.c:126:6: warning: symbol 'cobalt_flash_remove' was not declared. Should it be static? drivers/media/pci/cobalt/cobalt-cpld.c:101:6: warning: symbol 'cobalt_cpld_status' was not declared. Should it be static? drivers/media/pci/cobalt/cobalt-cpld.c:240:6: warning: symbol 'cobalt_cpld_set_freq' was not declared. Should it be static? Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
4a561c4b70
commit
dd2567c0f9
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "cobalt-driver.h"
|
||||
#include "cobalt-cpld.h"
|
||||
|
||||
#define ADRS(offset) (COBALT_BUS_CPLD_BASE + offset)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <linux/mtd/cfi.h>
|
||||
#include <linux/time.h>
|
||||
|
||||
#include "cobalt-driver.h"
|
||||
#include "cobalt-flash.h"
|
||||
|
||||
#define ADRS(offset) (COBALT_BUS_FLASH_BASE + offset)
|
||||
|
||||
|
|
Loading…
Reference in New Issue