mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make gpio_default_map_gpios() static. No functional changes.
This commit is contained in:
parent
667357dc9b
commit
edd14576c4
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@
|
|||
INTERFACE gpio;
|
||||
|
||||
CODE {
|
||||
static gpio_map_gpios_t gpio_default_map_gpios;
|
||||
|
||||
int
|
||||
static int
|
||||
gpio_default_map_gpios(device_t bus, phandle_t dev,
|
||||
phandle_t gparent, int gcells, pcell_t *gpios, uint32_t *pin,
|
||||
uint32_t *flags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue