summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss
diff options
context:
space:
mode:
authorHari Prasath Gujulan Elango <hgujulan@visteon.com>2015-06-17 07:26:59 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-17 21:30:40 -0700
commitb62b54378c4a3badbab2c76c12b44b67d94af215 (patch)
tree51c5bea0d8496c1937d2135270266fabc3897be3 /drivers/staging/slicoss
parente75e8cacba0ea26571f6ce5145c6d0a235161454 (diff)
downloadlinux-b62b54378c4a3badbab2c76c12b44b67d94af215.tar.gz
linux-b62b54378c4a3badbab2c76c12b44b67d94af215.tar.bz2
linux-b62b54378c4a3badbab2c76c12b44b67d94af215.zip
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.h2
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__ */