Commit 9ea9778e authored by Marcel Holtmann's avatar Marcel Holtmann

[Bluetooth] Kill duplicate includes

This patch removes the duplicate inclusion of linux/config.h in the
hci_uart driver.

Patch from Arthur Othieno <a.othieno@bluewin.ch>
parent 5684f290
......@@ -33,7 +33,6 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sched.h>
......
......@@ -32,7 +32,6 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sched.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment