mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 13:44:01 +08:00
d1dec5ca5f
This is only used by arch/arm/mach-s3c64xx/setup-usb-phy.c $ git grep samsung_usb_phy_type include/linux/usb/samsung_usb_phy.h:enum samsung_usb_phy_type { $ git grep USB_PHY_TYPE_DEVICE arch/arm/mach-s3c64xx/setup-usb-phy.c: if (type == USB_PHY_TYPE_DEVICE) arch/arm/mach-s3c64xx/setup-usb-phy.c: if (type == USB_PHY_TYPE_DEVICE) include/linux/usb/samsung_usb_phy.h: USB_PHY_TYPE_DEVICE, $ git grep USB_PHY_TYPE_HOST include/linux/usb/samsung_usb_phy.h: USB_PHY_TYPE_HOST, Actually, 'enum samsung_usb_phy_type' is unused; the 'type' parameter has 'int' type. Anyway, there is no need to declare this enum in the globally visible header. Squash the header. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> |
||
---|---|---|
.. | ||
adc-core.h | ||
adc.h | ||
cpu-freq-core.h | ||
cpu-freq.h | ||
cpu.h | ||
devs.h | ||
fb-s3c2410.h | ||
fb.h | ||
gpio-cfg-helpers.h | ||
gpio-cfg.h | ||
gpio-core.h | ||
iic-core.h | ||
keypad.h | ||
map-base.h | ||
map-s3c.h | ||
map-s5p.h | ||
pm-common.h | ||
pm.h | ||
pwm-core.h | ||
regs-adc.h | ||
regs-irqtype.h | ||
regs-spi.h | ||
regs-udc.h | ||
samsung-time.h | ||
sdhci.h | ||
usb-phy.h | ||
wakeup-mask.h |