linux/arch/arm/plat-samsung
Masahiro Yamada d1dec5ca5f ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.c
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>
2019-08-21 19:50:40 +02:00
..
include/plat ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.c 2019-08-21 19:50:40 +02:00
adc.c headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h> 2018-07-08 15:19:04 +02:00
cpu.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
dev-uart.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
devs.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
gpio-samsung.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
init.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
Kconfig docs: arm: convert docs to ReST and rename to *.rst 2019-07-15 09:20:24 -03:00
Makefile ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
platformdata.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-check.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-common.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-debug.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-gpio.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
wakeup-mask.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
watchdog-reset.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00