]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: wlags49_h2: remove some unused macros
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 16:53:27 +0000 (08:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 16:53:27 +0000 (08:53 -0800)
These macros were commented out, so just delete them as they are not
used anywhere.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_version.h

index 996daac04edb36b9008a4437cbbcab6f4acfaf8a..8f62e95fd3c42519582e319183272caf98e5eb0f 100644 (file)
@@ -129,10 +129,6 @@ err: define bus type;
 #endif  /* HERMES25 */
 #endif  /* BUS_XXX */
 
-//#define STR2(m) #m
-//#define STR1(m) STR2(m)
-//#define MODULE_NAME                  STR1( MOD_NAME )
-
 #define VERSION_INFO   MODULE_NAME " v" DRV_VERSION_STR        \
                        " for " BUS_TYPE ", by " VENDOR_NAME