Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not defined

Remove an extra ";" which breaks compilation.

Fixes: 53bf2b0e4e4c ("firmware: ti_sci: Add support for getting resource with subtype")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/e6c3cb793e1a6a2a0ae2528d5a5650dfe6a4b6ff.1640276505.git.christophe.jaillet@wanadoo.fr

authored by

Christophe JAILLET and committed by
Nishanth Menon
043cfff9 001d7c83

+1 -1
+1 -1
include/linux/soc/ti/ti_sci_protocol.h
··· 645 645 646 646 static inline struct ti_sci_resource * 647 647 devm_ti_sci_get_resource(const struct ti_sci_handle *handle, struct device *dev, 648 - u32 dev_id, u32 sub_type); 648 + u32 dev_id, u32 sub_type) 649 649 { 650 650 return ERR_PTR(-EINVAL); 651 651 }