mirror of
https://github.com/torvalds/linux.git
synced 2026-07-02 11:07:21 +02:00
The helper function for adding a GPIO chip compiles in a lockdep
key for debugging, the same key is needed for nested chips as
well.
The macro construction is unreadable, replace this with two
static inlines instead.
The _gpiochip_irqchip_add prefixed function is not helpful,
rename it with gpiochip_irqchip_add_key() that tell us what the
function is actually doing.
Fixes:
|
||
|---|---|---|
| .. | ||
| consumer.h | ||
| driver.h | ||
| machine.h | ||