brintos

brintos / linux-shallow public Read only

0
0
Text · 360 B · 10bf522 Raw
14 lines · c
1// SPDX-License-Identifier: ISC2/*3 * Copyright (c) 2014 Broadcom Corporation4 */5#ifdef CONFIG_OF6void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,7		    struct brcmf_mp_device *settings);8#else9static void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,10			   struct brcmf_mp_device *settings)11{12}13#endif /* CONFIG_OF */14