From: Hari Prasath Gujulan Elango Date: Wed, 17 Jun 2015 07:26:59 +0000 (+0000) Subject: staging: slicoss: remove unused macro X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b62b54378c4a3badbab2c76c12b44b67d94af215;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- 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__ */