summaryrefslogtreecommitdiff
path: root/wct4xxp/vpm450m.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-16 01:37:26 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-16 01:37:26 +0000
commit2b1564743ec337898e31300ccc97b3b91ecc50b3 (patch)
treeeae2f8153b7fa2fcdd8a41e70395ba0be12f1f69 /wct4xxp/vpm450m.h
parent38aafc7ac1a09549c042c994c1b9e08d19b69c75 (diff)
Merged revisions 1818 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1818 | kpfleming | 2007-01-15 19:28:54 -0600 (Mon, 15 Jan 2007) | 3 lines eliminate the fw2h tool, and instead use objcopy to directly make object files from the firmware binary files pass HOTPLUG_FIRMWARE down to the module build so that we can avoid various compiler warnings ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1820 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp/vpm450m.h')
-rw-r--r--wct4xxp/vpm450m.h3
1 files changed, 0 insertions, 3 deletions
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);