From: Andreas Frembs Date: Fri, 20 Dec 2013 10:29:10 +0000 (+0100) Subject: rlt8192e: Removing unused defines in rltlib_endianfree.h X-Git-Tag: v3.14-rc1~150^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c383c5c33627ffc01a4d493ffe52af9b463388;p=pandora-kernel.git rlt8192e: Removing unused defines in rltlib_endianfree.h Checkpatch mentioned that these macros should be defined with a 'do {...} while(0)' statement. So we used grep to find all files using these macros and we found out that these macros were only used in rtl819x_Qos.h, in the defines we removed before. Since the macros are not used anywhere else we decided to remove them from the driver. Signed-off-by: Andreas Frembs Signed-off-by: Matthias Schoepe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed