From: Corey Minyard Date: Sun, 26 Mar 2006 09:37:22 +0000 (-0800) Subject: [PATCH] ipmi: Increment driver version to v39.0 X-Git-Tag: v2.6.17-rc1~635 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a23f9a3cfeb1d37ad090a751777665fd03bc067a;p=~shefty%2Frdma-dev.git [PATCH] ipmi: Increment driver version to v39.0 Need to increment the version number because of the new PCI and sysfs capabilities of the driver. People maintaining things for distros have asked that I do this after interface or major functional changes. Signed-off-by: Corey Minyard Acked-by: Matt Domsch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index f553b7a8684..b8fb87c6c29 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c @@ -48,7 +48,7 @@ #define PFX "IPMI message handler: " -#define IPMI_DRIVER_VERSION "38.0" +#define IPMI_DRIVER_VERSION "39.0" static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void); static int ipmi_init_msghandler(void);