[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bluetooth-dev] Three addional lines for bluetooth.c
Hi,
I enabled CONFIG_BLUETOOTH_USE_INBUFFER today for the first time under a
2.4.0 kernel. The following code has to be added to bluetooth.c, just
behind '#include <linux/timer.h>':
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
# include <linux/interrupt.h>
#endif
This include is essential for mark_bh(). Can anybody check it in ?
By the way, when do I really need the INBUFFER ?
Matthias
--
-------------------------------------------------
\ Matthias Fuchs \
\ esd electronic system design Gmbh \
\ Vahrenwalder Straße 205 \
\ D-30165 Hannover \
\ email: matthias.fuchs@xxxxxxx.com \
\ phone: +49-511-37298-0 \
\ fax: +49-511-37298-68 \
--------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe bluetooth-dev" in
the body of a message to majordomo@xxxxxxx.com