mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08: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
|
||
---|---|---|
.. | ||
highlander.h | ||
hp6xx.h | ||
lboxre2.h | ||
magicpanelr2.h | ||
mangle-port.h | ||
microdev.h | ||
r2d.h | ||
romimage.h | ||
sdk7780.h | ||
secureedge5410.h | ||
sh2007.h | ||
sh7763rdp.h | ||
sh7785lcr.h | ||
shmin.h | ||
titan.h | ||
urquell.h |