summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);