bitops: collect BIT macros to include/linux/bitops.h
[oweals/u-boot.git] / arch / arm / include / asm / arch-sunxi / usb_phy.h
index cef6c985bc8d46c74dd11cdaac712e1b45f7975f..5a9cacb6f4a34af3d50975d442d7257ac9efbd0f 100644 (file)
@@ -19,10 +19,3 @@ void sunxi_usb_phy_power_off(int index);
 int sunxi_usb_phy_vbus_detect(int index);
 int sunxi_usb_phy_id_detect(int index);
 void sunxi_usb_phy_enable_squelch_detect(int index, int enable);
-
-/* Not really phy related, but we have to declare this somewhere ... */
-#if defined(CONFIG_USB_MUSB_HOST) || defined(CONFIG_USB_MUSB_GADGET)
-void sunxi_musb_board_init(void);
-#else
-#define sunxi_musb_board_init()
-#endif