mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
CRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in asm-cris/arch-v32/pinmux.h
Deallocation was not possible before, but is now.
This commit is contained in:
@@ -34,6 +34,7 @@ int crisv32_pinmux_init(void);
|
||||
int crisv32_pinmux_alloc(int port, int first_pin, int last_pin, enum pin_mode);
|
||||
int crisv32_pinmux_alloc_fixed(enum fixed_function function);
|
||||
int crisv32_pinmux_dealloc(int port, int first_pin, int last_pin);
|
||||
int crisv32_pinmux_dealloc_fixed(enum fixed_function function);
|
||||
void crisv32_pinmux_dump(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user