summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/wcte12xp.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-11-07 00:35:38 +0000
committerShaun Ruffell <sruffell@digium.com>2009-11-07 00:35:38 +0000
commite36e42b2b45b0beea68a492d68316fac1573ee1e (patch)
treeb28e8ddd0ab5ee04242953de58d057c643cb6f11 /drivers/dahdi/wcte12xp/wcte12xp.h
parenteb4faeba8f469eccf2ee5ba2f96cd30b6ed03134 (diff)
wcte12xp: Remove unused flag member and make const the t1_descs.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7512 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/wcte12xp.h')
-rw-r--r--drivers/dahdi/wcte12xp/wcte12xp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h
index 83f8268..d6c5d7e 100644
--- a/drivers/dahdi/wcte12xp/wcte12xp.h
+++ b/drivers/dahdi/wcte12xp/wcte12xp.h
@@ -108,7 +108,7 @@ struct t1 {
int losalarmcount;
int aisalarmcount;
int yelalarmcount;
- char *variety;
+ const char *variety;
char name[80];
unsigned long blinktimer;
int loopupcnt;