diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-01-04 11:13:50 +0800 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2009-01-07 10:44:42 +0000 |
commit | 04c470adb01c62bb9bd663cfc4875cf0a4eb01ab (patch) | |
tree | 2d893cc2290f4683a65660fae054690db2ad5230 /drivers | |
parent | 9a9b1d17ba59b78e4bae67f7a7cf546986a42e7d (diff) | |
download | linux-04c470adb01c62bb9bd663cfc4875cf0a4eb01ab.tar.bz2 |
uwb: remove unused #include <version.h>'s
Remove unused #include <version.h>'s in file(s) below,
drivers/uwb/allocator.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/uwb/allocator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uwb/allocator.c b/drivers/uwb/allocator.c index c8185e6b0cd5..c13cec7dcbc5 100644 --- a/drivers/uwb/allocator.c +++ b/drivers/uwb/allocator.c @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <linux/version.h> #include <linux/kernel.h> #include <linux/uwb.h> |