Browse Source

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>
Jesper Juhl 14 years ago
parent
commit
129220848c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/uwb/uwb-internal.h

+ 0 - 1
drivers/uwb/uwb-internal.h

@@ -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>