summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2004-01-17 11:14:11 +0000
committerjal2 <jal2>2004-01-17 11:14:11 +0000
commit70db03cb0fdd9d6085b05122ea61ffaada34514f (patch)
tree88c38925d64f3fc5fddfc64b18cb47af69dd61b8
parentf9e1c7aa889add0b0fb1de58c3af7826c7c66f86 (diff)
include linux/firmware.h only for kernel >= 2.4.23
-rw-r--r--at76c503-i3861.c4
-rw-r--r--at76c503-i3863.c4
-rw-r--r--at76c503-rfmd-acc.c4
-rw-r--r--at76c503-rfmd.c4
-rw-r--r--at76c505-rfmd.c4
-rw-r--r--at76c505-rfmd2958.c2
6 files changed, 17 insertions, 5 deletions
diff --git a/at76c503-i3861.c b/at76c503-i3861.c
index 217d41e..9e5a2c4 100644
--- a/at76c503-i3861.c
+++ b/at76c503-i3861.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-i3861.c,v 1.15 2003/12/27 00:03:34 jal2 Exp $
+ * $Id: at76c503-i3861.c,v 1.16 2004/01/17 11:14:11 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using Intersil 3861 radio chips
@@ -28,7 +28,9 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/init.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
#include <linux/firmware.h>
+#endif
#include "at76c503.h"
diff --git a/at76c503-i3863.c b/at76c503-i3863.c
index 33879f7..84c2645 100644
--- a/at76c503-i3863.c
+++ b/at76c503-i3863.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-i3863.c,v 1.7 2003/12/27 00:03:34 jal2 Exp $
+ * $Id: at76c503-i3863.c,v 1.8 2004/01/17 11:14:11 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using a Intersil 3863 radio chip
@@ -27,7 +27,9 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/init.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
#include <linux/firmware.h>
+#endif
#include "at76c503.h"
diff --git a/at76c503-rfmd-acc.c b/at76c503-rfmd-acc.c
index 380cbfb..2c37b0a 100644
--- a/at76c503-rfmd-acc.c
+++ b/at76c503-rfmd-acc.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-rfmd-acc.c,v 1.7 2003/12/27 00:33:47 jal2 Exp $
+ * $Id: at76c503-rfmd-acc.c,v 1.8 2004/01/17 11:14:11 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using RFMD radio chips in the Accton OEM layout.
@@ -28,7 +28,9 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/init.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
#include <linux/firmware.h>
+#endif
#include "at76c503.h"
diff --git a/at76c503-rfmd.c b/at76c503-rfmd.c
index 3d8491f..280f579 100644
--- a/at76c503-rfmd.c
+++ b/at76c503-rfmd.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-rfmd.c,v 1.19 2003/12/27 00:33:48 jal2 Exp $
+ * $Id: at76c503-rfmd.c,v 1.20 2004/01/17 11:14:11 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using RFMD radio chips
@@ -37,7 +37,9 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/init.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
#include <linux/firmware.h>
+#endif
#include "at76c503.h"
diff --git a/at76c505-rfmd.c b/at76c505-rfmd.c
index f04a177..6ee4da5 100644
--- a/at76c505-rfmd.c
+++ b/at76c505-rfmd.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c505-rfmd.c,v 1.9 2003/12/27 00:03:35 jal2 Exp $
+ * $Id: at76c505-rfmd.c,v 1.10 2004/01/17 11:14:11 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using at76c505 with RFMD radio chips
@@ -27,7 +27,9 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/init.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
#include <linux/firmware.h>
+#endif
#include "at76c503.h"
diff --git a/at76c505-rfmd2958.c b/at76c505-rfmd2958.c
index 535a863..a6d774b 100644
--- a/at76c505-rfmd2958.c
+++ b/at76c505-rfmd2958.c
@@ -27,7 +27,9 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/init.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
#include <linux/firmware.h>
+#endif
#include "at76c503.h"