Re: [PATCH] Bluetooth: msft: Fix build when BT_MSFTEXT is not defined
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2021-09-28 08:03:47
Hi Luiz,
ld: net/bluetooth/hci_event.o: in function `msft_suspend': /linux/net/bluetooth/msft.h:64: multiple definition of `msft_suspend'; net/bluetooth/hci_core.o:/linux/net/bluetooth/msft.h:64: first defined here ld: net/bluetooth/hci_event.o: in function `msft_resume': /linux/net/bluetooth/msft.h:64: multiple definition of `msft_resume'; net/bluetooth/hci_core.o:/linux/net/bluetooth/msft.h:64: first defined here ld: net/bluetooth/mgmt.o: in function `msft_suspend': /linux/net/bluetooth/msft.h:64: multiple definition of `msft_suspend'; net/bluetooth/hci_core.o:/linux/net/bluetooth/msft.h:64: first defined here ld: net/bluetooth/mgmt.o: in function `msft_resume': /linux/net/bluetooth/msft.h:64: multiple definition of `msft_resume'; net/bluetooth/hci_core.o:/linux/net/bluetooth/msft.h:64: first defined here ld: net/bluetooth/hci_request.o: in function `msft_suspend': /linux/net/bluetooth/msft.h:64: multiple definition of `msft_suspend'; net/bluetooth/hci_core.o:/linux/net/bluetooth/msft.h:64: first defined here ld: net/bluetooth/hci_request.o: in function `msft_resume': /linux/net/bluetooth/msft.h:64: multiple definition of `msft_resume'; net/bluetooth/hci_core.o:/linux/net/bluetooth/msft.h:64: first defined here make: *** [Makefile:1176: vmlinux] Error 1 Signed-off-by: Luiz Augusto von Dentz <redacted> --- net/bluetooth/msft.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
I decided to amend the commit at fault. Regards Marcel