vserver 1.9.5.x5
[linux-2.6.git] / drivers / isdn / sc / hardware.h
index adde8fb..9e6d530 100644 (file)
  * Some handy macros
  */
 
-/* Return the number of jiffies in a given number of msecs */
-#define milliseconds(x)        (((x)*HZ)/1000)
-
 /* Determine if a channel number is valid for the adapter */
 #define IS_VALID_CHANNEL(y,x)  ((x>0) && (x <= sc_adapter[y]->channels))