diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-03-28 13:22:14 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2018-04-01 21:43:02 +0300 |
commit | f9b95db0165ae81c99fe1893e586aab34751ee51 (patch) | |
tree | 51e5ac55f96e9424d5ef695297ee99b52b8771db /drivers/bluetooth/btrsi.c | |
parent | 45a42bc9cc65b9ab33411bee454b55bd8a00c977 (diff) |
Bluetooth: btrsi: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btrsi.c')
-rw-r--r-- | drivers/bluetooth/btrsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btrsi.c b/drivers/bluetooth/btrsi.c index 5034325e417c..60d1419590ba 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> |