[dahdi-commits] dahdi/linux.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu May 9 13:09:35 CDT 2013
branch "master" has been updated
via db040e5cd7004e6aad4074908f314235a4fc316d (commit)
from 244f621eb1c315725056635903e8a0180ebd0568 (commit)
Summary of changes:
drivers/dahdi/wct4xxp/vpm450m.c | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit db040e5cd7004e6aad4074908f314235a4fc316d
Author: Shaun Ruffell <sruffell at digium.com>
Date: Thu May 9 11:57:52 2013 -0500
wct4xxp: Allow vpm450m.c to compile against vanilla 2.6.18.
This adds definitions for bool and pr_fmt which are needed when compiling
against vanilla 2.6.18.
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
diff --git a/drivers/dahdi/wct4xxp/vpm450m.c b/drivers/dahdi/wct4xxp/vpm450m.c
index 45d84fb..fcd0672 100644
--- a/drivers/dahdi/wct4xxp/vpm450m.c
+++ b/drivers/dahdi/wct4xxp/vpm450m.c
@@ -19,12 +19,17 @@
* this program for more details.
*/
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/string.h>
#include <linux/time.h>
#include <linux/version.h>
+#include <dahdi/kernel.h>
+#include <stdbool.h>
+
#include "vpm450m.h"
#include "oct6100api/oct6100_api.h"
-----------------------------------------------------------------------
--
dahdi/linux.git
More information about the dahdi-commits
mailing list