summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 23:49:43 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 23:49:43 +0000
commitebffdceebe9a9de3e2e8f2f3211f526a2715b964 (patch)
treefef8f0ef8761f88aa7542421a253f26d508deeeb /wct4xxp
parent3c7f3296b9918e0bc9013debe506c8d91edb4416 (diff)
Move CONFIG_FW_LOADER check to Makefile (reported internally by Spiceland)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1444 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 48f618d..bca6ddf 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -41,13 +41,9 @@
#ifdef LINUX26
#include <linux/moduleparam.h>
#ifdef HOTPLUG_FIRMWARE
-#ifndef CONFIG_FW_LOADER
-#undef HOTPLUG_FIRMWARE
-#else
#include <linux/firmware.h>
#endif
#endif
-#endif
#include "wct4xxp.h"
#include "vpm450m.h"