summaryrefslogtreecommitdiff
path: root/wctdm24xxp/GpakCust.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm24xxp/GpakCust.c')
-rw-r--r--wctdm24xxp/GpakCust.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/wctdm24xxp/GpakCust.c b/wctdm24xxp/GpakCust.c
index aefb406..4005e97 100644
--- a/wctdm24xxp/GpakCust.c
+++ b/wctdm24xxp/GpakCust.c
@@ -17,11 +17,14 @@
*
*/
-#include "GpakCust.h"
-#include "wctdm24xxp.h"
+#include <linux/version.h>
#include <linux/delay.h>
#include <asm/semaphore.h>
+#include "zaptel.h"
+#include "wctdm24xxp.h"
+#include "GpakCust.h"
+
char vpm150mtone_to_zaptone(GpakToneCodes_t tone)
{
switch (tone) {
@@ -386,5 +389,7 @@ int gpakReadFile(
fw->offset += count;
return count;
+#else
+ return 0;
#endif
}