mirror of https://gitee.com/openkylin/linux.git
Remove unneeded version.h include from drivers/uwb/
It was pointed out by 'make versioncheck' that a include of linux/version.h is not needed in drivers/uwb/uwb-internal.h . This patch removes it. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
255f5e062b
commit
129220848c
|
@ -28,7 +28,6 @@
|
|||
#ifndef __UWB_INTERNAL_H__
|
||||
#define __UWB_INTERNAL_H__
|
||||
|
||||
#include <linux/version.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/uwb.h>
|
||||
|
|
Loading…
Reference in New Issue