Return-Path: Date: Sat, 5 Mar 2016 22:06:46 +0100 From: Alexander Aring To: Patrik Flykt Cc: linux-bluetooth@vger.kernel.org Subject: Re: [RFC 1/5] bluetooth: Merge Bluetooth 6lowpan functionality to bluetooth module Message-ID: <20160305210644.GA1853@omega> References: <1457091644-21536-1-git-send-email-patrik.flykt@linux.intel.com> <1457091644-21536-2-git-send-email-patrik.flykt@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1457091644-21536-2-git-send-email-patrik.flykt@linux.intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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 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 #endif - Alex