mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-04-01 15:32:00 +00:00
staging: comedi: jr3_pci: local functions should not be exported
The function read_idm_word() is only referenced in this file. Make it static. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
135f8a5e03
commit
2ca9bc2e69
@ -362,7 +362,8 @@ static int jr3_pci_open(struct comedi_device *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int read_idm_word(const u8 * data, size_t size, int *pos, unsigned int *val)
|
||||
static int read_idm_word(const u8 *data, size_t size, int *pos,
|
||||
unsigned int *val)
|
||||
{
|
||||
int result = 0;
|
||||
if (pos != 0 && val != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user