[svn-commits] sruffell: linux/trunk r6951 - /linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 11 13:47:23 CDT 2009


Author: sruffell
Date: Tue Aug 11 13:47:19 2009
New Revision: 6951

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6951
Log:
wcte12xp: Removing a few macros that are no longer used.

Modified:
    linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h

Modified: linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h?view=diff&rev=6951&r1=6950&r2=6951
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h Tue Aug 11 13:47:19 2009
@@ -71,10 +71,6 @@
 #define UNSET_LED_ORANGE(a) (a & ~__LED_ORANGE)
 #define UNSET_LED_REDGREEN(a) (a | __LED_RED | __LED_GREEN)
 
-#define CMD_WR(a,b) (((a) << 8) | (b) | __CMD_WR)
-#define CMD_RD(a) (((a) << 8) | __CMD_RD)
-#define CMD_LEDS(a) (((a) << 8) | __CMD_LEDS)
-//#define CMD_BYTE(slot, a) (slot*6)+(a*2) /* only even slots */
 #define CMD_BYTE(slot, a, is_vpm) (slot*6)+(a*2)+is_vpm /* only even slots */
 //TODO: make a separate macro
 




More information about the svn-commits mailing list