xpp: remove unused #defines

This commit is contained in:
Oron Peled 2015-11-29 14:33:09 +02:00 committed by Tzafrir Cohen
parent 18de17084d
commit a0434a8af5
4 changed files with 0 additions and 5 deletions

View File

@ -162,7 +162,6 @@ static int bri_chanconfig(struct file *file, struct dahdi_chan *chan,
static int bri_startup(struct file *file, struct dahdi_span *span);
static int bri_shutdown(struct dahdi_span *span);
#define PROC_REGISTER_FNAME "slics"
#define PROC_BRI_INFO_FNAME "bri_info"
enum led_state {

View File

@ -115,7 +115,6 @@ static const struct file_operations proc_xpd_metering_ops;
static void dahdi_report_battery(xpd_t *xpd, lineno_t chan);
static void report_polarity_reversal(xpd_t *xpd, xportno_t portno, char *msg);
#define PROC_REGISTER_FNAME "slics"
#define PROC_FXO_INFO_FNAME "fxo_info"
#ifdef WITH_METERING
#define PROC_METERING_FNAME "metering_read"

View File

@ -128,7 +128,6 @@ static const struct file_operations proc_xpd_metering_ops;
#endif
static void start_stop_vm_led(xbus_t *xbus, xpd_t *xpd, lineno_t pos);
#define PROC_REGISTER_FNAME "slics"
#define PROC_FXS_INFO_FNAME "fxs_info"
#ifdef WITH_METERING
#define PROC_METERING_FNAME "metering_gen"

View File

@ -85,8 +85,6 @@ static int pri_lineconfig(xpd_t *xpd, int lineconfig);
static void send_idlebits(xpd_t *xpd, bool saveold);
static int apply_pri_protocol(xpd_t *xpd);
#define PROC_REGISTER_FNAME "slics"
enum pri_protocol {
PRI_PROTO_0 = 0,
PRI_PROTO_E1 = 1,