mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +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
|
||
---|---|---|
.. | ||
hwa742.c | ||
Kconfig | ||
lcd_ams_delta.c | ||
lcd_h3.c | ||
lcd_htcherald.c | ||
lcd_inn1510.c | ||
lcd_inn1610.c | ||
lcd_mipid.c | ||
lcd_osk.c | ||
lcd_palmte.c | ||
lcd_palmtt.c | ||
lcd_palmz71.c | ||
lcdc.c | ||
lcdc.h | ||
Makefile | ||
omapfb_main.c | ||
omapfb.h | ||
sossi.c |