diff options
author | Hari Prasath Gujulan Elango <hgujulan@visteon.com> | 2015-06-17 10:26:59 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-18 07:30:40 +0300 |
commit | b62b54378c4a3badbab2c76c12b44b67d94af215 (patch) | |
tree | 51c5bea0d8496c1937d2135270266fabc3897be3 /drivers/staging/slicoss | |
parent | e75e8cacba0ea26571f6ce5145c6d0a235161454 (diff) | |
download | linux-b62b54378c4a3badbab2c76c12b44b67d94af215.tar.xz |
staging: slicoss: remove unused macro
This patch removes a couple of ununsed MACRO's in this header file
Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/slicoss')
-rw-r--r-- | drivers/staging/slicoss/slic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/slicoss/slic.h b/drivers/staging/slicoss/slic.h index 67a8c9eb2dca..00b8af63e7ff 100644 --- a/drivers/staging/slicoss/slic.h +++ b/drivers/staging/slicoss/slic.h @@ -514,8 +514,6 @@ struct adapter { #define FLUSH true #define DONT_FLUSH false -#define SIOCSLICDUMPCARD (SIOCDEVPRIVATE+9) #define SIOCSLICSETINTAGG (SIOCDEVPRIVATE+10) -#define SIOCSLICTRACEDUMP (SIOCDEVPRIVATE+11) #endif /* __SLIC_DRIVER_H__ */ |