[PATCH] ipmi: bump-driver-version

From: Corey Minyard
Date: Mon Nov 14 2005 - 09:33:17 EST



Lots of good changes to the driver lately that userspace will care
about the version of the driver. Bump the version from 36.0 to 38.0
to be higher than 37 that the 2.4 driver came out with a few weeks ago
which doesn't have all the same changes.

Signed-off-by: Matt Domsch <Matt_Domsch@xxxxxxxx>
Signed-off-by: Corey Minyard <minyard@xxxxxxx>

--- linux-2.6/drivers/char/ipmi/ipmi_msghandler.c.orig Mon Nov 7 14:26:14 2005
+++ linux-2.6/drivers/char/ipmi/ipmi_msghandler.c Mon Nov 7 14:26:20 2005
@@ -48,7 +48,7 @@

#define PFX "IPMI message handler: "

-#define IPMI_DRIVER_VERSION "36.0"
+#define IPMI_DRIVER_VERSION "38.0"

static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void);
static int ipmi_init_msghandler(void);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/