2018-03-28 13:22:14

by Wei Yongjun

[permalink] [raw]
Subject: [PATCH -next] Bluetooth: btrsi: remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <[email protected]>
---
drivers/bluetooth/btrsi.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/bluetooth/btrsi.c b/drivers/bluetooth/btrsi.c
index 5034325..60d1419 100644
--- a/drivers/bluetooth/btrsi.c
+++ b/drivers/bluetooth/btrsi.c
@@ -13,7 +13,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <net/bluetooth/bluetooth.h>


2018-03-28 15:25:41

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH -next] Bluetooth: btrsi: remove unused including <linux/version.h>

Hi Wei,

> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Wei Yongjun <[email protected]>
> ---
> drivers/bluetooth/btrsi.c | 1 -
> 1 file changed, 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel