summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-10 04:11:02 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-10 04:11:02 +0000
commit49029e34348512415e0758b6efcba2c087179d0a (patch)
treeed5e149657efd989130464b421490cab7c1e3ac9 /wct4xxp
parentdfe249565f579874756df5e895f51eab08792232 (diff)
Move declaration of firmware filenames from header to base. This will eventually get deprecated by the zaptel firmware work I'm doing.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1803 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c3
-rw-r--r--wct4xxp/vpm450m.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index abedb72..971b957 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -62,6 +62,9 @@
/* #define ENABLE_TASKLETS */
+/* Firmware filenames, used for hotplug firmware loading */
+static const char *oct064_firmware = "OCT6114-64D.ima";
+static const char *oct128_firmware = "OCT6114-128D.ima";
/* Work queues are a way to better distribute load on SMP systems */
#ifdef LINUX26
diff --git a/wct4xxp/vpm450m.h b/wct4xxp/vpm450m.h
index 50205db..adf5b90 100644
--- a/wct4xxp/vpm450m.h
+++ b/wct4xxp/vpm450m.h
@@ -30,9 +30,6 @@ struct vpm450m;
struct firmware;
#endif
-static const char *oct064_firmware = "OCT6114-64D.ima";
-static const char *oct128_firmware = "OCT6114-128D.ima";
-
/* From driver */
unsigned int oct_get_reg(void *data, unsigned int reg);
void oct_set_reg(void *data, unsigned int reg, unsigned int val);