staging: wilc1000: remove unused defines

This patch removes unused defines.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chaehyun Lim 2015-09-17 16:48:46 +09:00 committed by Greg Kroah-Hartman
commit 0097ac7b1d

View file

@ -41,8 +41,4 @@ typedef time_t WILC_Time;
* others
********************************************************************/
/* Generic printf function */
#define __WILC_FILE__ __FILE__
#define __WILC_FUNCTION__ __func__
#define __WILC_LINE__ __LINE__
#endif