View Single Post
edp17's Avatar
Posts: 607 | Thanked: 736 times | Joined on Jul 2019 @ UK
#945
The errors are:
Code:
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:200:18: error: redefinition of parameter 'type'
     unsigned int type, unsigned int code, int value)
                  ^
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:199:65: note: previous definition of 'type' was here
 static int hidp_input_event(struct input_dev *dev, unsigned int type,
                                                                 ^
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c: In function 'hidp_setup_input':
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:712:15: warning: assignment from incompatible pointer type [enabled by default]
error, forbidden warning: core.c:712
  AS      arch/arm/lib/memset.o
make[5]: *** [net/bluetooth/hidp/core.o] Error 1
make[4]: *** [net/bluetooth/hidp] Error 2
make[3]: *** [net/bluetooth] Error 2
make[2]: *** [net] Error 2