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 <luiz.von.dentz@xxxxxxxxx> > --- > net/bluetooth/msft.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) I decided to amend the commit at fault. Regards Marcel