Comment 97 for bug 268502

Revision history for this message
NagPer (nagper) wrote :

Jamie's patch doesn't work for me:

In file included from net/bluetooth/rfcomm/core.c:49:
include/net/bluetooth/rfcomm.h:255: error: expected ‘)’ before ‘(’ token
include/net/bluetooth/rfcomm.h:256: error: expected ‘)’ before ‘(’ token
include/net/bluetooth/rfcomm.h: In function ‘rfcomm_dlc_throttle’:
include/net/bluetooth/rfcomm.h:261: error: implicit declaration of function ‘__rfcomm_dlc_throttle’
include/net/bluetooth/rfcomm.h: In function ‘rfcomm_dlc_unthrottle’:
include/net/bluetooth/rfcomm.h:267: error: implicit declaration of function ‘__rfcomm_dlc_unthrottle’
net/bluetooth/rfcomm/core.c: At top level:
net/bluetooth/rfcomm/core.c:470: warning: conflicting types for ‘__rfcomm_dlc_throttle’
include/net/bluetooth/rfcomm.h:261: warning: previous implicit declaration of ‘__rfcomm_dlc_throttle’ was here
net/bluetooth/rfcomm/core.c:481: warning: conflicting types for ‘__rfcomm_dlc_unthrottle’
include/net/bluetooth/rfcomm.h:267: warning: previous implicit declaration of ‘__rfcomm_dlc_unthrottle’ was here
make[4]: *** [net/bluetooth/rfcomm/core.o] Error 1
make[3]: *** [net/bluetooth/rfcomm] Error 2
make[2]: *** [net/bluetooth] Error 2
make[1]: *** [net] Error 2
make[1]: Leaving directory `/home/nagper/src/linux-source-2.6.28'
make: *** [debian/stamp-build-kernel] Error 2

NagPer