mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 08:31:39 +00:00
Staging: cx25821: Move EXPORT_SYMBOL() to the right place
Move EXPORT_SYMBOL(cx25821_set_gpiopin_direction) to the right place. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Reviewed-By: Valdis Kletnieks <valdis.kletnieks@vt.edu> Reviewed-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bde780a17a
commit
8eea455e6d
@ -1512,7 +1512,6 @@ static void __exit cx25821_fini(void)
|
||||
pci_unregister_driver(&cx25821_pci_driver);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(cx25821_set_gpiopin_direction);
|
||||
|
||||
module_init(cx25821_init);
|
||||
module_exit(cx25821_fini);
|
||||
|
@ -50,6 +50,7 @@ void cx25821_set_gpiopin_direction(struct cx25821_dev *dev,
|
||||
|
||||
cx_write(gpio_oe_reg, value);
|
||||
}
|
||||
EXPORT_SYMBOL(cx25821_set_gpiopin_direction);
|
||||
|
||||
static void cx25821_set_gpiopin_logicvalue(struct cx25821_dev *dev,
|
||||
int pin_number, int pin_logic_value)
|
||||
|
Loading…
Reference in New Issue
Block a user