x86/topology: Fix function name in documentation
[cris-mirror.git] / drivers / usb / host / xhci-mvebu.h
blob09791df2cec0c5207e360b01dde4d3618ec8bac4
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (C) 2014 Marvell
5 * Gregory Clement <gregory.clement@free-electrons.com>
6 */
8 #ifndef __LINUX_XHCI_MVEBU_H
9 #define __LINUX_XHCI_MVEBU_H
11 struct usb_hcd;
13 #if IS_ENABLED(CONFIG_USB_XHCI_MVEBU)
14 int xhci_mvebu_mbus_init_quirk(struct usb_hcd *hcd);
15 #else
16 static inline int xhci_mvebu_mbus_init_quirk(struct usb_hcd *hcd)
18 return 0;
20 #endif
21 #endif /* __LINUX_XHCI_MVEBU_H */