mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
288e6eaa06
Most arches have an asm/gpio.h that merely includes linux/gpio.h. The
others select ARCH_HAVE_CUSTOM_GPIO_H, and when that's selected,
linux/gpio.h includes asm/gpio.h.
Therefore, code should include linux/gpio.h instead of including asm/gpio.h
directly.
Remove includes of asm/gpio.h, adding an include of linux/gpio.h when
necessary.
This is a follow-on to
|
||
---|---|---|
.. | ||
boards | ||
include/mach | ||
clock.c | ||
dma.c | ||
dpm.S | ||
ints-priority.c | ||
Kconfig | ||
Makefile | ||
pm.c | ||
scb.c |