xpp: remove unused #defines
This commit is contained in:
parent
18de17084d
commit
a0434a8af5
@ -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_startup(struct file *file, struct dahdi_span *span);
|
||||||
static int bri_shutdown(struct dahdi_span *span);
|
static int bri_shutdown(struct dahdi_span *span);
|
||||||
|
|
||||||
#define PROC_REGISTER_FNAME "slics"
|
|
||||||
#define PROC_BRI_INFO_FNAME "bri_info"
|
#define PROC_BRI_INFO_FNAME "bri_info"
|
||||||
|
|
||||||
enum led_state {
|
enum led_state {
|
||||||
|
@ -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 dahdi_report_battery(xpd_t *xpd, lineno_t chan);
|
||||||
static void report_polarity_reversal(xpd_t *xpd, xportno_t portno, char *msg);
|
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"
|
#define PROC_FXO_INFO_FNAME "fxo_info"
|
||||||
#ifdef WITH_METERING
|
#ifdef WITH_METERING
|
||||||
#define PROC_METERING_FNAME "metering_read"
|
#define PROC_METERING_FNAME "metering_read"
|
||||||
|
@ -128,7 +128,6 @@ static const struct file_operations proc_xpd_metering_ops;
|
|||||||
#endif
|
#endif
|
||||||
static void start_stop_vm_led(xbus_t *xbus, xpd_t *xpd, lineno_t pos);
|
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"
|
#define PROC_FXS_INFO_FNAME "fxs_info"
|
||||||
#ifdef WITH_METERING
|
#ifdef WITH_METERING
|
||||||
#define PROC_METERING_FNAME "metering_gen"
|
#define PROC_METERING_FNAME "metering_gen"
|
||||||
|
@ -85,8 +85,6 @@ static int pri_lineconfig(xpd_t *xpd, int lineconfig);
|
|||||||
static void send_idlebits(xpd_t *xpd, bool saveold);
|
static void send_idlebits(xpd_t *xpd, bool saveold);
|
||||||
static int apply_pri_protocol(xpd_t *xpd);
|
static int apply_pri_protocol(xpd_t *xpd);
|
||||||
|
|
||||||
#define PROC_REGISTER_FNAME "slics"
|
|
||||||
|
|
||||||
enum pri_protocol {
|
enum pri_protocol {
|
||||||
PRI_PROTO_0 = 0,
|
PRI_PROTO_0 = 0,
|
||||||
PRI_PROTO_E1 = 1,
|
PRI_PROTO_E1 = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user