From: Corey Minyard Date: Tue, 6 Sep 2005 22:18:42 +0000 (-0700) Subject: [PATCH] ipmi: clean up versioning of the IPMI driver X-Git-Tag: v2.6.14-rc1~605 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdd75bd6cfa60a54b6db91d9256a711ab52fef3;p=pandora-kernel.git [PATCH] ipmi: clean up versioning of the IPMI driver This adds MODULE_VERSION, MODULE_DESCRIPTION, and MODULE_AUTHOR tags to the IPMI driver modules. Also changes the MODULE_VERSION to remove the prepended 'v' on each value, consistent with the module versioning policy. This patch also removes all the version information from everything except the ipmi_msghandler module. Signed-off-by: Matt Domsch Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed