aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bna/cna.h
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-24 05:40:08 -0400
committerDavid S. Miller <davem@davemloft.net>2011-06-24 05:40:08 -0400
commit95cb3656c09fcf6577138337216c27744ebc91e2 (patch)
treefbcd06dcad2f7b8daeecc649e4b34079ef16adf2 /drivers/net/bna/cna.h
parent22c8c9343258feda9ea9ebb9e5f8cbb727b69454 (diff)
net: Remove unneeded version.h includes from drivers/net/
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/net/. This patch removes them. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bna/cna.h')
-rw-r--r--drivers/net/bna/cna.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bna/cna.h b/drivers/net/bna/cna.h
index 3c47dc52b423..01b4af733021 100644
--- a/drivers/net/bna/cna.h
+++ b/drivers/net/bna/cna.h
@@ -19,7 +19,6 @@
19#ifndef __CNA_H__ 19#ifndef __CNA_H__
20#define __CNA_H__ 20#define __CNA_H__
21 21
22#include <linux/version.h>
23#include <linux/kernel.h> 22#include <linux/kernel.h>
24#include <linux/types.h> 23#include <linux/types.h>
25#include <linux/pci.h> 24#include <linux/pci.h>