[dahdi-commits] dahdi/linux.git branch "2.6.y" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu May 9 13:09:42 CDT 2013
branch "2.6.y" has been updated
via 9df16aa445d70c05a120ef2329a620e31b27e794 (commit)
from 160edc8c9db6c21cefeea3f30639c94071f74f35 (commit)
Summary of changes:
drivers/dahdi/wct4xxp/vpm450m.c | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit 9df16aa445d70c05a120ef2329a620e31b27e794
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>
(cherry picked from commit db040e5cd7004e6aad4074908f314235a4fc316d)
diff --git a/drivers/dahdi/wct4xxp/vpm450m.c b/drivers/dahdi/wct4xxp/vpm450m.c
index 38a229d..597367b 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