summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/drv.c
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-08-10 18:49:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-14 01:57:44 (GMT)
commit3d4e9e57e6da4ccd4c9710c76651175bc756799e (patch)
tree33df329b9c5ae3d4205d92ed9fe2ca7c217f9e76 /drivers/staging/csr/drv.c
parenta6c42258ac8735aa25a4e5b711df2e516c3aff14 (diff)
downloadlinux-fsl-qoriq-3d4e9e57e6da4ccd4c9710c76651175bc756799e.tar.xz
staging: csr: Fix up version.h includes
Include version.h where actually needed, remove where unneeded. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/drv.c')
-rw-r--r--drivers/staging/csr/drv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/csr/drv.c b/drivers/staging/csr/drv.c
index b2c27f4..9834d92 100644
--- a/drivers/staging/csr/drv.c
+++ b/drivers/staging/csr/drv.c
@@ -15,8 +15,6 @@
* ---------------------------------------------------------------------------
*/
-
-
/*
* Porting Notes:
* Part of this file contains an example for how to glue the OS layer
@@ -37,6 +35,7 @@
#include <linux/poll.h>
#include <asm/uaccess.h>
#include <linux/jiffies.h>
+#include <linux/version.h>
#include "csr_wifi_hip_unifiversion.h"
#include "unifi_priv.h"