summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_oswrapper.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-02 14:11:12 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-02 14:17:47 +0900
commitb1413b6084faa677bc122549aba50e38e11343d3 (patch)
tree4998442fc40f10fd44a9fac778eb1fa4c88a534b /drivers/staging/wilc1000/wilc_oswrapper.h
parent8e1d4e5cf25c2901e8d3f322f1eab17ba193c094 (diff)
downloadop-kernel-dev-b1413b6084faa677bc122549aba50e38e11343d3.zip
op-kernel-dev-b1413b6084faa677bc122549aba50e38e11343d3.tar.gz
staging: wilc100: remove WILC_NULL usage
Use the "real" NULL value, don't try to be cute and define your own value for something that the compiler obviously supports. Cc: Johnny Kim <johnny.kim@atmel.com> Cc: Rachel Kim <rachel.kim@atmel.com> Cc: Dean Lee <dean.lee@atmel.com> Cc: Chris Park <chris.park@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_oswrapper.h')
-rw-r--r--drivers/staging/wilc1000/wilc_oswrapper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index a2ccf43..3cdc053 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -32,8 +32,6 @@ typedef enum {
/* Character types */
typedef char WILC_Char;
-#define WILC_NULL ((void *)0)
-
/* Os Configuration File */
#include "wilc_osconfig.h"
#include "wilc_platform.h"
OpenPOWER on IntegriCloud