OSDN Git Service

staging: slicoss: remove unused macro
authorHari Prasath Gujulan Elango <hgujulan@visteon.com>
Wed, 17 Jun 2015 07:26:59 +0000 (07:26 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2015 04:30:40 +0000 (21:30 -0700)
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>
drivers/staging/slicoss/slic.h

index 67a8c9e..00b8af6 100644 (file)
@@ -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__ */