From a3c383c5c33627ffc01a4d493ffe52af9b463388 Mon Sep 17 00:00:00 2001 From: Andreas Frembs Date: Fri, 20 Dec 2013 11:29:10 +0100 Subject: [PATCH] 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-format-patch failed