From db040e5cd7004e6aad4074908f314235a4fc316d Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 9 May 2013 11:57:52 -0500 Subject: [PATCH] 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 Signed-off-by: Russ Meyerriecks --- drivers/dahdi/wct4xxp/vpm450m.c | 5 +++++ 1 file changed, 5 insertions(+) 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 #include #include #include #include +#include +#include + #include "vpm450m.h" #include "oct6100api/oct6100_api.h"