From: Benjamin Tissoires Date: Wed, 6 Aug 2014 21:07:49 +0000 (-0700) Subject: Input: wacom - only register once the MODULE_* macros X-Git-Tag: omap-for-v3.17/fixes-against-rc2~115^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e0a7d4a0b94b4274e3b7e15bf650d45a866f3c;p=pandora-kernel.git Input: wacom - only register once the MODULE_* macros Putting the various MODULE_* makes them appear several times in modinfo because wacom.h is used both in wacom_sys.c and wacom_wac.h. Having the macros near the module declaration makes them appear only once. Add also MODULE_VERSION(DRIVER_VERSION) to export the current version number. Signed-off-by: Benjamin Tissoires Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed