On Sat, Mar 05, 2016 at 10:06:44PM +0100, Alexander Aring wrote: > Hi, > > tried that patch out and it fails: > > net/bluetooth/af_bluetooth.c:32:35: fatal error: > net/bluetooth/6lowpan.h: No such file or directory #include <net/bluetooth/6lowpan.h> > > There is some missing file. :-) > > Actually while review I tried to find the prototypes for init/exit > functionality. So this file is missing somehow but I think it should include: > > #ifdef CONFIG_BT_6LOWPAN > ... prototypes ... > #else > static inline empty files of prototypes s/files/functions/ Also if the above is true to put the prototypes there, why putting it into a "global" header file. Use some local header #include "6lowpan.h" or something else. :-) Maybe I oversight something here and there are good arguments to put it into a global header. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html